You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Origo Server admins we can use the default limit config option in dbconfig.js or set a specific limit on the search model to limit the number of hits returned by each search.
It would be great if it was possible for users to request the results with a lower limit than those in the config.
The request could then look like this: /origoserver/search?limit={max hits per table}&q={defined in dbconfig.js}
The purpose would be to allow the same search endpoint to sometimes return the full search results and sometimes limited search results.
The text was updated successfully, but these errors were encountered:
Related to origo-map/origo#1413 and origo-map/origo#1418.
As Origo Server admins we can use the default
limit
config option indbconfig.js
or set a specific limit on the search model to limit the number of hits returned by each search.It would be great if it was possible for users to request the results with a lower limit than those in the config.
The request could then look like this:
/origoserver/search?limit={max hits per table}&q={defined in dbconfig.js}
The purpose would be to allow the same search endpoint to sometimes return the full search results and sometimes limited search results.
The text was updated successfully, but these errors were encountered: