Skip to content

Commit

Permalink
updated elastic search limit (FusionAuth#2655)
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreds authored Nov 14, 2023
1 parent 205a76d commit ed26073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro/src/content/docs/_shared/_user-search-limits.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
You cannot filter search results in FusionAuth to only return certain fields. Instead you must do this through post-processing. So if you want to retrieve only the `firstName` and `birthDate` fields of a set of users, the results will give you each entire user object and you must select desired fields. You can use the JSON processing facilities in your chosen language to do so, or use a tool such as [jq](https://stedolan.github.io/jq/).

When using the Elasticsearch search engine, the maximum number of users returned for any search is 10,000 users.
Prior to version 1.48.0, when using the Elasticsearch search engine, the maximum number of users returned for any search is 10,000 users. For versions 1.48.0 and later, there is no limit on the number of users which can be returned if you paginate through the results.

0 comments on commit ed26073

Please sign in to comment.