Views plugin lets you build your own custom search for any content type. These searches can be based on post content, taxonomies and custom fields.
When you ask for help or report issues, make sure to tell us settings for your custom search.
Viewing 15 topics - 451 through 465 (of 749 total)
Solution:
The user was putting the search form and search results in Elementor templates. They are meant to be used in Regular pages instead of Elementor templates.
Problem:
Checkboxes field filter is not working as expected.
Solution:
It seems that at some point the setting to save 0 for non selected option was activated. Check this screenshot http://prntscr.com/11c2nac
Toolset stores the values of a checkboxes field inside a serialized array and perform the search using the "LIKE" operator. When an option is saved with 0, it matches the LIKE operator. This gives unexpected results.
The setting is configured to save nothing when an option is not selected. You will have to manually update the erroneous posts on a search to save the correct values on the database.