I want to do keyword search on country selected by user in a dropdown.
SortByColumns(Search(Filter(PRCWithReimbursementV2,Country=Dropdown1.Selected.Country), TextInputsearch.Text, "Description","Company","ProductGroup"), "Description", Ascending)
With this keyword search works but its not limiting it based on country selected. Its searching within all even if I have filtered data source. Does anyone know how to achive search within filter?