MarginaliaSearch/code/functions/search-query
Viktor Lofgren 3e66767af3 (search) Adjust query parsing to trim tokens in quoted search terms
Quoted search queries that contained keywords with possessive 's endings were not returning any results, as the index does not retain that suffix, and the query parser was not stripping it away in this code path.

This solves issue #143.
2025-01-05 23:33:09 +01:00
..
api (service) Only block on SingleNodeChannelPool creation in QueryClient 2025-01-02 18:42:01 +01:00
java/nu/marginalia (search) Adjust query parsing to trim tokens in quoted search terms 2025-01-05 23:33:09 +01:00
test/nu/marginalia (search) Adjust query parsing to trim tokens in quoted search terms 2025-01-05 23:33:09 +01:00
build.gradle (service-discovery) Add common base interface to all Grpc services 2024-09-27 13:46:34 +02:00
readme.md Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00

The search query subsystem is responsible for parsing a query, translating it to a request, and then dispatching it to the appropriate index nodes and translating the responses back again.