This search
hidden link
should find this page
hidden link
but it won´t.
What´s wrong?
THANK YOU, regards, Achim
The search you provide searches in detail for:
?wpv_post_search=getriebe → Post Title and Body for the word "getriebe"
&wpv_filter_submit=Suchen → This is Views' submitt button, no search input
&zukunftsfaktor= → No search param value
&land-postleitz= → No search param value
Hence this query only searches for the word "getriebe" in all posts.
But I do not see how the posts in the results feature this word. The results seem wrong.
I also see the View is quite customized, so it might be some script or code or 3rd party that is interfering
Here's what I suggest to do:
Make sure the View does not accidentally redirect to a results page since you inserted in split mode with AJAX. It seems to me the target ID (5523) of the View is another one than the current View seen (5522), which should not be the case. You also seem to have at least 1 complete View and one View (only the search) on the same page and use the one to update the other, which is not necessarily the best way to create a search.
Please make sure to use only one View and if you need split mode, you should insert it using the ShortCodes, targetting the same page as the results page.
If the issue then persists:
1.Possibly on a staging (test) site deploy a copy of this website
2. Disable all non-Toolset Plugins, and enable a standard WordPress theme like Twenty Twenty
3. Check the issue again
4. If the issue still happens, create a new fresh View and with only basic output, test the filter on this new View.
5. If the issue then still persists, make sure the posts indeed have the value you search for
6. If so, and things still do not return the right results, we likely will have to check this on a copy of the site locally so to look inside the logic and isolate the cause, and then either share it with our Developers or/and update you with a solution.
I have already enabled private reply areas in this thread, in case all of the above points fail, you will need this to submit us a Copy of the site safely, see https://toolset.com/faq/provide-supporters-copy-site/
Please use it only if all points of the above basic checking fail, so we can already exclude those steps in eventual further local debugging.
Thank you, and stay safe!
Ok, will look into that. THANK YOU.