Skip to content
Snippets Groups Projects
  1. Dec 10, 2014
  2. Dec 08, 2014
  3. Oct 23, 2014
  4. Oct 21, 2014
    • Jared Hancock's avatar
      InnoDB tables for search indexing where possible · 65b6264f
      Jared Hancock authored
      Especially on Galera clusters, search indexing with MyISAM tables will cause
      unstable clusters and loss of data. For standalone clusters using MySQL 5.6
      or MariaDB 10.0, the database default table storage engine can be used,
      since either support fulltext indexing.
      65b6264f
  5. Sep 08, 2014
  6. Sep 02, 2014
    • Jared Hancock's avatar
      search: Selection lists always allow for multiple selections · af846bc7
      Jared Hancock authored
      Furthermore, revamp the __cdata system to better support multiple selection
      fields. Drop the `.._id` fields and use a coalesce of the ID value of the
      entry value or the entry value itself. For JSON backed fields, strip some
      JSON characters to result in a comma-separated list.
      
      The search engine now uses MySQL FIND_IN_SET to analyze a search selection
      in advanced searches. Also, interaction with the MySQL full text search
      backend is fully supported.
      af846bc7
  7. Aug 28, 2014
  8. Aug 22, 2014
  9. Aug 13, 2014
  10. Aug 07, 2014
Loading