acdh-oeaw/vicav-vue3

optimize cross-examine features queries

Closed this issue · 2 comments

empty or too loosely defined queries can kill the backend - need to investigate why and optimize query handling

Mau: requiring parameters will help, but hard to generalize for other projects

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