Skip to content
Snippets Groups Projects
  1. Mar 23, 2023
  2. Jan 18, 2023
  3. Oct 19, 2022
  4. Sep 30, 2022
  5. 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
  6. Aug 16, 2022
  7. Jul 06, 2022
  8. 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
  9. Jun 29, 2022
  10. 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
  11. May 11, 2022
  12. 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
  13. Apr 19, 2022
  14. Apr 14, 2022
  15. Mar 11, 2022
  16. Mar 03, 2022
  17. Mar 02, 2022
  18. Dec 31, 2021
  19. 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
  20. Oct 15, 2021
  21. 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
  22. May 07, 2021
  23. May 05, 2021
  24. Apr 28, 2021
  25. Apr 23, 2021
  26. Apr 13, 2021
  27. Mar 15, 2021
  28. Mar 12, 2021
  29. Mar 03, 2021
  30. Feb 15, 2021
  31. Feb 03, 2021
  32. Jan 20, 2021
  33. Jan 19, 2021
  34. 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
  35. Dec 18, 2020
  36. Dec 09, 2020
  37. Nov 23, 2020
  38. Nov 03, 2020