When I do a find:
controller.find();
value = “#%” + findvalue + “%”;
contoller.search():
I get a selection of the records where value contains findvalue.
If I then add:
controller.loadAllRecords();
I get all records with the record selected where value contains the findvalue
Is this expected behaviour?
The only catch btw is when there are more than one records. Only the first one is selected in the last case…