This topic is locked

Filter AJAX Search Suggestions

3/1/2020 11:47:57 AM
PHPRunner General questions
S
seedavidwork author

I am working on a application that should support multiple users from members of unrelated groups. Is it possible to filter the AJAX search suggestions such that members of one group will only see suggestions that match their group id. I am already restricting the table results with Before SQL query WHERE statements, but the AJAX search box dose not respect this and still suggests data from the entire table ( including data that is not returned by the currently filtered table ).