Skip to content
Snippets Groups Projects
  1. Jun 05, 2024
  2. Nov 16, 2023
    • Arthur Suzuki's avatar
      dev#167408 : better search performances with facets · c235136e
      Arthur Suzuki authored and Sebastien ANDRE's avatar Sebastien ANDRE committed
       * search engine with storm_query
       * advanced search text input
       * visitexpression in query mode
       * add clauses to manage criteria in search engine
       * advanced search axeparams
       * extract guided search navigation to view helper
       * extract make autorities search tests pass
       * visit domain with many facets starting with x
       * new storm update
       * catalogue loader use search_engine
       * catalogue loader use search_engine getrequetes for all
       * change clauses to match max index
       * Prefix facets with F_
       * add suffix F_ before facettes in clauses match
       * catalogue test + moteurrecherche with prefix F_
       * convert table notices to utf8
       * extensible false for bookmarkedsearch
       * add prefixed facets script
       * optimize update db script
       * fix UpgradeDB_437_Test
       * use facet prefix constant evrywhere it is needed
       * use RECORD_WORDS constant everywhere it is needed
       * update facet in query mode
       * delete var default_volatile in modeltestcase and abstractcontrollertes...
      c235136e
  3. Sep 12, 2022
  4. Jun 23, 2022
  5. Jun 09, 2022
  6. May 04, 2022
    • Laurent's avatar
      dev #152314 : Dynamic facets on domains · f5e15337
      Laurent authored
      You can now build dynamic facets/thesaurus on a list of of domains.
      - activation by admin var ENABLE_FACETS_ON_DOMAINS
      - configuration screen in Bokeh admin > domains > facets
      - adds Cosmogramme phase to index records according to the dynamic
      facets
      - restore thesaurus CODE field usage as a grouping field : UNIMARC for dynamic facets on unimarc,
      DOMAIN for those on domain
      - minimum MariaDB version is now 10.3
      - admin domains list now display user favorite indicator and OAI Spec
      with link to ListRecords
      f5e15337