Pierre Ducroquet pducroquet
  • Joined on 2022-10-31
pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-22 13:18:15 +02:00
6b0108f527 dump more test data for debug
pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-22 12:11:17 +02:00
02b9ecf665 dump more test data for debug
pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-22 11:55:04 +02:00
d5036ed141 sql: test purge of search tokens (#86527)
d8ea725cdc wcs_search_tokens: new FTS mechanism with fuzzy-match (#86527)
496b95910c tests: add a test for new FTS on formdefs (#86527)
c191656d4a api: raise 400 if multiple order_by are given (#89832)
4e0b3469f1 api: handle block fields in geojson (#89831)
Compare 13 commits »
pducroquet commented on pull request entrouvert/wcs#1201 2024-04-17 11:11:14 +02:00
sql: new FTS mechanism with fuzzy match

J'ai mis à jour la branche en incorporant ton test, qui me semble important à garder pour l'avenir, directement dans les tests du FTS. Dans mon développement, je partais du principe que…

pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-17 11:06:16 +02:00
71a1489c88 sql: test purge of search tokens (#86527)
225be41503 wcs_search_tokens: new FTS mechanism with fuzzy-match (#86527)
eec81bbd0d tests: add a test for new FTS on formdefs (#86527)
d43865b2a5 snapshots: xml diff, use gadjo to collapse lines between changes (#89445)
63880dddd4 api: fix json payload structure computing (#89608)
Compare 56 commits »
pducroquet commented on pull request entrouvert/wcs#1201 2024-04-16 17:58:07 +02:00
sql: new FTS mechanism with fuzzy match

Concernant ton problème, je n'arrive pas à le reproduire, je cherche

Je viens de mettre à jour la branche locale et je tombe toujours sur le même comportement; alors qu'il y a un…

pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-16 17:30:18 +02:00
aa2c7b3fe8 got a lead
pducroquet commented on pull request entrouvert/wcs#1415 2024-04-16 16:57:25 +02:00
WIP: misc: scan uploads with clamd (#87739)

Et le client clamd que j'avais écrit ne marchait pas non plus ? Je préfèrerais de très loin que clamd tourne avec son propre utilisateur sans accès direct aux fichiers, pour des raisons de…

pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-16 13:31:55 +02:00
0263dfda62 dump data to understand the issue
pducroquet commented on pull request entrouvert/wcs#1201 2024-04-09 18:23:44 +02:00
sql: new FTS mechanism with fuzzy match

Un truc a du changé, la recherche sur "tes" ne trouve plus :

        resp = get_url('/api/formdefs/?backoffice-submission=on&q=test')
        assert len(resp.json['data']) ==…
pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-09 18:15:25 +02:00
4bd581c32b sql: test purge of search tokens (#86527)
543c30ba35 wcs_search_tokens: new FTS mechanism with fuzzy-match (#86527)
Compare 2 commits »
pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-09 18:08:43 +02:00
2bc52f9ccd switch comparison to simple fts configuration
pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-09 17:35:40 +02:00
ad6044cf60 trying to figure it out
pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-09 17:21:43 +02:00
ff77d5f873 oops...
pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-09 17:12:55 +02:00
8c03da88d6 investigating...
pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-09 17:04:24 +02:00
7f535cdfbe investigate
pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-09 16:51:49 +02:00
ec0ca087a6 investigate
pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-09 16:39:01 +02:00
89a165c975 dump data
pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-09 16:17:48 +02:00
7baeb009d4 should fix the test
pducroquet pushed to wip/86527-better-fts at entrouvert/wcs 2024-04-09 16:11:56 +02:00
6bc9588111 should fix the test