I have a custom search on hidden link. The "Keyword or property name" supposed to filter on the field "proeprty-description" which contains both the property name and a description. When I type "village" into the field, it returns two results: "Old Town Shopping Center" and "Legacy Village" but it does not return "Village Plaza". I am not able to figure out why.
Also, when I search for "Old Town" it returns the result "Old Town Shopping Center", but when I search for "Old Town Shopping Center" it returns no results. How can this be fixed?
Thank you!
Monika
Dear Monika,
It is abnormal, please check these:
1) You are using the latest version of Views plugin
2) deactivate other plugins and switch to wordpress default theme, and test again
3) If the problem persists, please provide a database dump file of your website, I need to test and debug it in my localhost, thanks
Hello,
1. I am using the latest version of the plugin
2. I can not turn on the default theme on the live site, so I have created a staging site at: hidden link
u: support
p: 1uQtt!LvPmv6i$zF1oYSQoJ^
I have transferred over the database, turned off all plugins and changed the theme to the default theme, but the filter still does not work. (The site is back to normal now)
Please use the above credentials to login.
3. Here is a dump of my database: hidden link
Thank you!
Monika
Thanks for the details, I am downloading the files, and will feedback if there is anything found
Here is what I found:
1) In the problem page:
hidden link
you are outputting the view "Listings Only", with Views code:
[wpv-view name="listings-only"]
2) In the view "Listings Only", section "Filter and Loop Output Integration Editor", you are outputting the custom search form of another view "available-listings":
hidden link
[wpv-form-view name="available-listings" target_id="101"]
But you are using different filter settings in above two views: "available-listings" and "Listings Only"
It conduct the problem you mentioned above, I suggest you replace the shortcode from:
[wpv-form-view-1 name="available-listings" target_id="101"]
To:
[wpv-filter-meta-html]
And setup the filters in the view "Listings Only" one by one, for example, search keyword:
"Village Plaza"
hidden link
Thank you VERY MUCH! I got it all sorted out! I appreciate your help a lot!!!