![]() |
ChatGPT 8/3/2025 |
Hi Keith, In PHPRunner, customizing the search behavior to use "AND" instead of "OR" for multiple search boxes can be a bit tricky, especially when dealing with CSV strings. However, you can achieve this by using a custom search condition in your query. Here’s a step-by-step guide to set this up:
By following these steps, you should be able to set up your PHPRunner application to use an "AND" logic for multiple search fields on the If you run into any issues or need more specific guidance, feel free to ask! Best, |
![]() |
Sergey Kornilov admin 8/3/2025 |
My suggestion is to use Search API in situations like this: You will have a full control over WHERE clause there. |