I am looking for suggestions on how to configure the autocomplete search appearance for a select_one question against a feature service with large record count. I am trying to query a dataset with 10k+ records and only getting the first 2000 records, which is the max record count for the ArcGIS Online hosted polygon feature layer. It appears Survey123 accounts for this in the web form, but not the app. Please see examples below.
Does anyone have thoughts about getting this to work in the app?
Survey123 Web form: as the user types, the feature service is queried dynamically and the choice is found:

Survey123 App:
It appears the picklist queries once initially, gets the first 2000 records, then does not query again based on user input. This makes functionality unusable in the app, as user can only ever query the first 2000 records... scrolling to the bottom of the list, choices end in the c's in this example.

Thanks in advance for any help or suggestions!