Files
perfdb/pdb-utils/src/main/java/org/lucares/utils
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
..
2019-02-16 16:06:46 +01:00
2019-02-02 15:35:56 +01:00