- Feb 01, 2024
-
-
Sebastien ANDRE authored
-
- Nov 16, 2023
-
-
* 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...
-
- Nov 14, 2023
-
-
efalcy authored
-
- Mar 23, 2023
-
-
Patrick Barroca authored
-
- Jan 18, 2023
-
-
Sebastien ANDRE authored
* rewrite indexation * convert utf8
-
- Oct 19, 2022
-
-
Ghislain Loas authored
-
- Sep 30, 2022
-
-
Sebastien ANDRE authored
-
- Aug 29, 2022
-
-
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
-
- Aug 16, 2022
-
-
Sebastien ANDRE authored
-
- Jul 06, 2022
-
-
Ghislain Loas authored
hotline #158802 improve page loading : carousel have now a delayed rendering option. Improve match against condition by removing parenthesis on unique term
-
- Jun 30, 2022
-
-
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
-
- Jun 29, 2022
-
-
Ghislain Loas authored
-
- items now have a shelf_key in order to sort by cote - looks good in Herisson template - items on record page have a clickable badge that opens a carousel on items on same shelf - features is activated by configuration option for items: enable_items_shelf
-
- Jun 17, 2022
-
-
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
-
- May 11, 2022
-
-
dev: #156028 : * add param id_int_bib to RecordRequest * create permalink from view helper with id_int_bib when DOUBLE_SEARCH_MODE is active
-
- May 04, 2022
-
-
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
-
- Apr 19, 2022
-
-
Ghislain Loas authored
-
- Apr 14, 2022
-
-
Patrick Barroca authored
+ fix coches suggestion communication between element and view helper
-
- Mar 11, 2022
-
-
- Mar 03, 2022
-
-
Patrick Barroca authored
-
- Mar 02, 2022
-
-
Ghislain Loas authored
-
- Dec 31, 2021
-
-
Laurent authored
- in serial article, uplink to serial - in serial, uplink to serial title - search terms highlight refactoring needed to satisfy SerieLinks typing - more highlight test coverage
-
- Nov 30, 2021
-
-
* 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
-
- Oct 15, 2021
-
-
Henri-Damien LAURENT authored
-
- Jul 02, 2021
-
-
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
-
- May 07, 2021
-
-
Inject several metadatas for records using following namespaces: * opengraph * dublin core * zotero * biblio
-
- May 05, 2021
-
-
Ghislain Loas authored
-
- Apr 28, 2021
-
-
- Apr 23, 2021
-
-
Patrick Barroca authored
-
- Apr 13, 2021
-
-
Patrick Barroca authored
-
- Mar 15, 2021
-
-
Henri-Damien LAURENT authored
-
- Mar 12, 2021
-
-
Patrick Barroca authored
-
- Mar 03, 2021
-
-
Ghislain Loas authored
-
- Feb 15, 2021
-
-
- Feb 03, 2021
-
-
Henri-Damien LAURENT authored
-
- Jan 20, 2021
-
-
Patrick Barroca authored
-
- Jan 19, 2021
- Jan 18, 2021
-
-
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
-
- Dec 18, 2020
-
-
Arthur Suzuki authored
-