Skip to content
Snippets Groups Projects
  1. Jun 06, 2017
    • unarist's avatar
      e34c5a35
    • unarist's avatar
      Fix tag search order and not to use tsvector (#3611) · 004672aa
      unarist authored
      * Sort results by the name
      * Switch search method to simple `LIKE` matching instead of tsvector/tsquery
      
      Previously we used scores from ts_rank_cd() to sort results, but it didn't work
      because the function returns same score for all results. It's not for calculate
      similarity of single words. Sometimes this bug even push out exact matching tag
      from results.
      
      Additionally, PostgreSQL supports prefix searching with standard btree index.
      Using it offers simpler code, but also less index size and some speed.
      004672aa
    • Yamagishi Kazutoshi's avatar
      Add quotes ESLint rules (#3602) · 7a7bfa51
      Yamagishi Kazutoshi authored
      * Add quotes ESLint rule
      
      * Add jsx-quotes ESlint rule
      
      * Sort ESLint rules
      7a7bfa51
  2. Jun 05, 2017
  3. Jun 04, 2017
  4. Jun 03, 2017
  5. Jun 01, 2017
  6. May 31, 2017
  7. May 30, 2017
Loading