How to increase limit - "use suggest" input field

I figured out, that if using suggest with input-field, for looking up pages, there is a limitation of 10 items and maybe a “like-query” with wildcards in the begining on db.
So my searched page could not bei selected, because it is not in the first 10 records.

Example:

not found:
https://xwiki.xxx.com/xwiki/rest/wikis/xwiki/classes/Sample.Code.SampleClass/properties/prop/values?fp=010-000&limit=10

found:
https://xwiki.xxx.com/xwiki/rest/wikis/xwiki/classes/Sample.Code.SampleClass/properties/prop/values?fp=010-000&limit=20

In the meantime, i told our users to use a dot as prefix to find the needed page.

So, how to increase the limit or to perform a more precise query?

Thanks.

I don’t think it’s configurable right now as it seems hardcoded at xwiki-platform/xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/suggest/suggestPropertyValues.js at 58e252ec8ed220e23877fc449eb2e18b47cef101 · xwiki/xwiki-platform · GitHub