optimize cross-examine features queries
Closed this issue · 2 comments
dasch124 commented
empty or too loosely defined queries can kill the backend - need to investigate why and optimize query handling
dasch124 commented
Mau: requiring parameters will help, but hard to generalize for other projects
MauPalantir commented
Rewritten the whole backend from scratch and refined the fronend.
The current version discourages very generic queries (block you from submitting the form without a query criteria,
though you can still search data for the whole country) and even full Tunisia search does not seem to kill the backend, though the markers query is still not very fast.
Frontend was connected in thes PR:
#163
New backend PR:
acdh-oeaw/vicav-app#90