Files
perfdb/data-store
Andreas Huber 2f35978184 fetch available values for gallery via autocomplete method
We had a method that returned the values of a field
with respect to a query. That method was inefficient,
because it executed the query, fetched all Docs
and collected the values.
The autocomplete method we introduced a while back
can answer the same question but much more efficiently.
2019-08-25 18:52:05 +02:00
..
2017-04-16 09:07:28 +02:00
2018-11-20 19:13:59 +01:00