|
|
|
# Version 1.0
|
|
|
|
|
|
|
|
* fine-tuned query counts, see [[Queries]] documentation "Estimated count values"
|
|
|
|
|
|
|
|
* -tsquery support, see [[Query-Search-Options]] for details
|
|
|
|
|
|
|
|
* UNIVERSE: estimatedCount, isHuge, isHugeLimit
|
|
|
|
|
|
|
|
* in entities: estimatedCount and isHuge,
|
|
|
|
* in apiSettings: isHugeLimit
|
|
|
|
|
|
|
|
isHugeLimit is set in the api, estimatedCount comes from the database when the universe
|
|
|
|
is built and cached, so currently does not get unpdated until the universe gets rebuilt.
|
|
|
|
isHuge=true when estimatedCount < isHugeLimit
|
|
|
|
|
|
|
|
These values safeguard the database from having a
|
|
|
|
join/search without index/aggregate function used on a big talbe which would effectively
|
|
|
|
be able to take out the database.
|
|
|
|
|
|
|
|
* UNIVERSE: apiSettings
|
|
|
|
|
|
|
|
* version - the current version the api
|
|
|
|
* commit - only present when api run in debug mode, shows the last commit
|
|
|
|
|
|
|
|
|