On this app, when I search for '3 R', the item [3 Rings] is displayed.
When I search for 'Rings', it does not find or display [3 Rings].
How can I edit the search box to filter any letters or words so I can see 3 Rings by only typing 'Rings'?
SortByColumns(
Filter(
[@'Appendix D - Product and Service Approved & Prohibited List'],
TextSearchBox1.Text in Text(Title)),
"Title",
If(SortDescending1,
SortOrder.Descending,
SortOrder.Ascending))
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.