This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Excluding posts/pages/cpts does not work

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Excluding posts/pages/cpts does not work Reply To: Excluding posts/pages/cpts does not work

#33101
MarioLadani03MarioLadani03
Participant

Just to get a better understanding and maybe find the issue myself, am I right in assuming, that ASP sends the following query to the DB when I search for “erwerbs”:SELECT * FROMwp_postswhere post_content LIKE '%erwerbs%'; Is that correct?
I realise it is probably a bit more complicated but is this the right direction?

Is there any way to debug your plugin in the front end to find out where the search found its results?

—-

So yes, turns out some content that was inserted into the system and hidden afterswards was still being found by ASP.
Removing it resolved the issue.

Thank you very much for your help!