Forums › Forums › Search & Filter Pro › Not querying all portfolio content
- This topic has 7 replies, 2 voices, and was last updated 8 years, 3 months ago by Trevor.
-
Anonymous(Private) July 29, 2016 at 11:03 am #52620
Hi,
Great plugin.
I’ve also contacted the theme developer (BeTheme) to check that nothing unusual in the way the theme has been written.
But the issue is:
See: http://extperts.com/portfolio/
I’ve implemented a very simple search form setup to only search in “portfolio” items. You will see examples of various portfolio items lower on that page.
Search results are via shortcode on page: http://extperts.com/search-results/
So if I search for say “Atul” which is a term in one portfolio item title then correctly the result is shown:
http://extperts.com/search-results/?_sf_s=atul
But if I search for any content, for instance “President” (which is a word within Atul’s portfolio item, then no results are returned:
http://extperts.com/search-results/?_sf_s=President
Any thoughts please?
Thanks
Tim
Trevor(Private) July 29, 2016 at 11:10 am #52622It depends where the searched for term is in the post terms, content and data. When using the generic search box, not everything is searched for. If you want S&F to do a more extensive search, then install relevannsi, and tell it to search all meta fields (the word
all
in the option field) and enable relevanssi support on the advanced tab in the S&F form.Anonymous(Private) July 29, 2016 at 11:13 am #52623Ok thanks. I’ll give it a go. But the content that currently isn’t showing up isn’t in what I’d normally call meta fields it is the main content. But that content has been put in place via “Muffin Builder” http://themes.muffingroup.com/almet/features/dragdrop-page-builder
Maybe that has affected things?
Anonymous(Private) July 29, 2016 at 11:17 am #52624So an example of a portfolio item is here: http://extperts.com/extpert-profile/atul-sharma/
Trevor(Private) July 29, 2016 at 11:42 am #52633Possibly the issue then is that the normal post save code that WP does is not being run by that content insertion tool. That means you need to get it to manually trigger the S&F cache to re-build for any post that it does this to.
Read this:
These two threads might help:
https://support.searchandfilter.com/forums/topic/help-with-automating-rebuild-cache/
https://support.searchandfilter.com/forums/topic/why-do-i-have-to-click-the-cache-button-to-make-search-work/It is possible Muffin Builder has a after post save action that you can hook in to.
-
AuthorPosts