Hello there,
I know the topic has been discussed in various forums but am still confused.
As per Microsoft Documentation https://docs.microsoft.com/en-us/connectors/commondataservice/

Search function is not in the list of Delegable functions.
As per my understanding, If i set data row limit to 1 then Search function will fail to get the items at row numbers greater than 1. So i set it to 1

Now here is my Data verse for teams table.

Skill id column is a Auto-number column here and i am telling you this just to prove that the first item in the table is C#.
Now am using the search function as below

How come a record sitting at 4th position gets displayed?
I moved on thinking that documentation might needs updation.
I change the search function to..
here it fetches 4 rows when used in a gallery and a combobox.
but it fetches only 1 in a list box.
Question 1.
Am i looking at the right documentation or there exists a separate documentation for dataverse for teams?
Question 2.
Is Search function really delegable in Dataverse for teams app?
Question 3.
Why it shows only 1 row in listbox while it shows 4 in both gallery and combobox?
Note:- am using fluent ui controls.
Regards,
Anubhav