An error occurred fetching the project authors.
  1. 04 Apr, 2016 1 commit
  2. 18 Mar, 2016 1 commit
  3. 07 Jan, 2015 1 commit
  4. 01 Dec, 2014 1 commit
  5. 08 Nov, 2014 1 commit
    • Kazuhiko Shiozaki's avatar
      use fulltext search in title and description. · d47df833
      Kazuhiko Shiozaki authored
      * to quickly setup catalog_full_text table, you can use the following SQL.
      
        REPLACE INTO catalog_full_text SELECT uid, title, description FROM catalog;
      
      * non fulltext queries like '=abc', '>abc', '%abc%' are supported.
      
      * now erp5_full_text_mroonga_catalog is used for unit tests thus I recommend using it instead of erp5_full_text_myisam_catalog.
      
      * to migrate existing MyISAM full_text table into Mroonga, you can use the following SQL.
      
        ALTER TABLE full_text DROP KEY SearchableText,
          ENGINE = mroonga,
          ADD FULLTEXT KEY SearchableText (`SearchableText`) COMMENT 'parser "TokenBigramSplitSymbolAlpha"';
      
      * fulltext search score is no longer provided as (column_name) but now provided as (column_name)__score__.
      
      * (category)_title, like source_title, related keys are automatically generated. (category)_description keys as well.
      d47df833
  6. 05 Nov, 2014 1 commit
  7. 17 Oct, 2014 1 commit
  8. 28 Jun, 2014 1 commit
  9. 14 Apr, 2014 1 commit
    • Benjamin Blanc's avatar
      erp5_test_result: scalability (1) · fce6d6c0
      Benjamin Blanc authored
      Conflicts:
      	bt5/erp5_test_result/bt/revision
      	bt5/erp5_test_result/bt/template_document_id_list
      	bt5/erp5_test_result/bt/template_extension_id_list
      (cherry picked from commit 63c1fc096663f6c96ab61e5acebe2dcbe801dfa5)
      
      Conflicts:
      
      	bt5/erp5_test_result/TestTemplateItem/portal_components/test.erp5.testTaskDistribution.py
      	bt5/erp5_test_result/bt/revision
      fce6d6c0
  10. 05 Aug, 2013 1 commit
  11. 16 Jul, 2013 1 commit
  12. 27 Mar, 2013 1 commit
  13. 20 Feb, 2013 4 commits