MarginaliaSearch/code/functions/search-query
2024-09-17 18:11:40 +02:00
..
api Increase temporal bias weight to give the recent results filter a bit more recency 2024-09-17 18:11:40 +02:00
java/nu/marginalia (query-parsing) Correct handling of trailing parentheses 2024-09-03 11:45:14 +02:00
test/nu/marginalia (query-parser) Remove test that is no longer relevant 2024-09-10 10:35:56 +02:00
build.gradle (restructure) Clean up repo by moving stray features into converter-process and crawler-process 2024-07-30 10:14:00 +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.