Hi everyone,
I’m working on a web application using OutSystems and need to filter an Aggregate based on a search statement. Specifically, I want to filter the results by each word in the search statement. For example, if the search statement is “blue car,” the filter should return results that contain both “blue” and “car” in any order.
I’ve tried using the default filter options, but I’m struggling to implement this functionality. Could anyone provide guidance or share examples on how to achieve this? Any help or pointers to relevant documentation would be greatly appreciated!
Thanks in advance!
Hi @Shady Mansour ,
I have updated the product screen with logic aimed at resolving your issue. Please find the .oml file attached for your reference.
You can check the demo at the following URL: : https://vyadav.outsystemscloud.com/Test/Products
I have added Screen shot for your reference .
Thanks,
Vipin Yadav
Hi Shady,
I tried to implement your use case using Aggregate, Local variable and ListFilters.
.OML attached.
Please check, hope it helps.
Demo link: TestWordSearch