Skip to content
Snippets Groups Projects
  1. Feb 01, 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. Nov 14, 2023
  4. Mar 23, 2023
  5. Jan 18, 2023
  6. Oct 19, 2022
  7. Sep 30, 2022
  8. Aug 29, 2022
    • Laurent's avatar
      dev #155235 Index thesaurus labels · 64d15be9
      Laurent authored
      * Cosmogramme / dynamic facets : add option to index thesaurus
      labels. It indexes label terms in record **other text** field, each
      term prefixed by the thesaurus code. Ex: HSUJE_JAPON HSUJE_TOKYO
      * Search criteria **rech_thesaurus_** search only on terms prefixed
      by the thesaurus code given. Ex: rech_thesaurus_SUJE/japon+tokyo
      * In advanced search form, you can use a text element named
      **rech_thesaurus_SUJE** to search on this specific thesaurus
      64d15be9
  9. Aug 16, 2022
  10. Jul 06, 2022
  11. Jun 30, 2022
    • Sebastien ANDRE's avatar
      dev #138695 : new unique identifiers to direct acces viewnotice · efc3d21b
      Sebastien ANDRE authored
       * data profile identifiers mapping, edit and save
       * add table, storm model and create identifier in phase notice
       * recherche/viewnotice can used param identifiers type
       * add migration script
       * add validation and unicity checks
       * delete old identifiers before insert
       * add adminvar for default identifiers type
      efc3d21b
  12. Jun 29, 2022
  13. Jun 17, 2022
    • Sebastien ANDRE's avatar
      dev #110215 : more relevant search · 1baf8631
      Sebastien ANDRE authored
      * titles, authors, dewey, ... indexation : exact all exact labels are
      kept and indexed before phonetic. Articles are no longer dismissed
      * authors indexation : in order to find "miles davis" AND "davis
      miles", authors are indexed like this: "name firstname name"
      * simple search: exact expression has more relevance and passes the
      "dancing queen" test
      * search by expression: users can now search an exact expression using
      double quotes. In this case, if no result found, search is not extended
      * Remove unused cosmogramme screen : Dewey & PCDM4
      * fix bug when search widget keep last search : always unset pertinence to not extend search
      * can differenciate main titles and authors from other titles and authors
      * add script for record indexation without total import
      1baf8631
  14. May 11, 2022
  15. 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
  16. Apr 19, 2022
  17. Apr 14, 2022
  18. Mar 11, 2022
  19. Mar 03, 2022
  20. Mar 02, 2022
  21. Dec 31, 2021
  22. Nov 30, 2021
    • Laurent's avatar
      dev #117830 Journal can restore profiles to previous versions · 907f6499
      Laurent authored and Patrick Barroca's avatar Patrick Barroca committed
      * improve journal UI
      * adds profile delete event
      * profile event details show diff between old and new value
      * can restore profil to previous versions
      * can resurrect deleted profiles
      * remove JOURNAL_STORM_MODELS variable
      * do not generate events on profile save without changes
      907f6499
  23. Oct 15, 2021
  24. Jul 02, 2021
    • Laurent's avatar
      dev #137156 Adds ligthweight dispatcher · c41276d1
      Laurent authored
      - handles heartbeat and autocomplete
      - see bokeh_eco.php (hook in index.php)
      - don't forget to update your .emacs file to run tests with tests/phpunit_eco.xml
      
      optim
      
      optim
      c41276d1
  25. May 07, 2021
  26. May 05, 2021
  27. Apr 28, 2021
  28. Apr 23, 2021
  29. Apr 13, 2021
  30. Mar 15, 2021
  31. Mar 12, 2021
  32. Mar 03, 2021
  33. Feb 15, 2021
  34. Feb 03, 2021
  35. Jan 20, 2021
  36. Jan 19, 2021
  37. Jan 18, 2021
    • Laurent's avatar
      Remove dependance on index mots_notices · 134faf24
      Laurent authored
      Actually search engine rely on two indexexes:
      FULLTEXT KEY `mots_notice` (`titres`,`auteurs`,`editeur`,`collection`,`matieres`,`dewey`)
      
      FULLTEXT KEY `mots_notice_2` (`titres`,`auteurs`,`editeur`,`collection`,`matieres`,`dewey`,`other_terms`)
      
      This commit ensure only the last one is used so the first one can be
      deleted later. This produce a 2x speedup on insert / delete / update requests
      134faf24
  38. Dec 18, 2020