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.