Forums › Forums › Search & Filter Pro › Searchtextfield // No Results Found
- This topic has 30 replies, 2 voices, and was last updated 8 years, 2 months ago by Trevor.
-
Trevor(Private) August 30, 2016 at 7:44 pm #56133
I looked at the relevanssi settings, but it is not in English 🙁
How did you remove relevanssi? Did you use the WP deactivate and then delete and click the button to remove all the data? For some reason, I think it is not doing this. after deleting it, look in the database for these tables:
wp_relevanssi
wp_relevanssi_cache
wp_relevanssi_excerpt_cache
wp_relevanssi_log
wp_relevanssi_stopwordsIf they are still there, you probably need to drop the wp_relevanssi_* tables.
You can remove all the options from wp_options:
delete from wp_options where option_name like 'relevanssi%' limit 100;
But note that table names will be different if you are using a table name prefix.
Anonymous(Private) August 31, 2016 at 11:07 am #56191thats not correct. if i deactivate the relevanssi setting in S&F settings, it shows the right results, based on the text and the header. But i need relevannsi to get the taxomony terms of my custom post type.
This is where its making me trouble.
I will contact the relevanssi admin and w´ll see if he can find any errors ore bugs.
-
AuthorPosts