laws-africa / peachjam

Project Peach Jam
https://agp.africanlii.org
GNU General Public License v3.0
2 stars 0 forks source link

Advanced search fixes #1813

Closed longhotsummer closed 4 months ago

longhotsummer commented 4 months ago

Closes #1795

https://www.loom.com/share/e0e891516fdd488cab852e9ca663c387

There is still a problem with negative queries on pages or legislation with provisions. Because each provision/page is indexed and search individually, it's possible to have a search dog -cat that returns a document with cat in it, because it'll match pages or provisions that have dog but not cat.

So for negative searches we actually need to index and search the full content, not on a per-page or per-provision basis.

longhotsummer commented 4 months ago

I've opened https://github.com/laws-africa/peachjam/issues/1815 for the negative search issue