I want to use a text-filter ([wpv-filter-search-box]) on my view to filter on post-titles.
I expected to see:
After changing the text i expect to see the filtered view and the corresponding url in the browsers address-bar.
Instead, I got:
When i open te page with the view there are no url-params. OK
When i type 'text' in the filterfield and hit enter the view gets filtered and the url gets the param 'wpv-post-search=text'. OK
Immediately after that the page gets reloaded, gets the url-param 'wpv-post-s=text' (='search' replaced by 's') and the view isn't filtered anymore. Not OK
I've tested this with other filters and every time the filter-url-param has the string 'search' in it that part of the url is changed to 's'.
The position of this param doesn't matter, it is always changed to .....-s. If it doesn't have the substring 'search' in it than it goes well, but the problem is that the url-param of [wpv-filter-search-box] is fixed, so i can't change it.
All my views with text-filters now have this problem. This pages and views are not new and it worked before, so i think it has something to do with a recent update.
Hello. Thank you for contacting the Toolset support.
That is really strange. I just checked with my test site and when I search for the title, it adds the URL param "wpv_post_search=text".
After checking to debug the information you shared with us, I found that you are using outdated Toolset plugins. We always recommend running your site with the latest stable release plugin version.
*** Please make a FULL BACKUP of your database and website.***
Could you please update ALL Toolset plugins to it's latest officially released version. You can download the latest plugin release from your accounts page:
=> https://toolset.com/account/downloads/
Once you update all Toolset plugins to latest veresion, Can you please check if it work as expected. If it does not work, Can you please send me problem URL where I can see the issue as well as admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
\I have set the next reply to private which means only you and I have access to it.
I tried to search with the keyword "acolon" and I can see the results:
- hidden link
- I can see the URL param 'wpv_post_search' rather what you mentioned 'wpv-post-s=text'
You have to keep in mind that when you have text search, you can not use the ajax filter as for the text search you will require to use the non-ajax mode.
When i click the url you sent it opens in the browser but the url-param 'wpv-post-search' is immediately changed to 'wpv-post-s' and the view won't show the right content.
Whatever i try..., other browser, same user-account that i created for you, totally different device..., it keeps changing the url-param and won't show the filtered content.
The last thing I would like to check is based on the steps you follow. Can you please send me video so that I can see what steps you follow and later I will follow the same steps and see if I'm able to reproduce the issue by following the steps that you followed.
I already did all those things, but without any result. If that was the problem than the ohter browsers and PC i checked shouldn't have given the problem either.
I really don't have a clue at the moment, but i will look further into it later on.
If i find the cause and solution i will let je know.
In my private message earlier i mentioned that the AJAX-pagination also didn't work. Can you please check if that's the same for you with this url: hidden link
When i switch pages by the pagination i get no content, only header and footer.
As per our support policy, we entertain only one question per ticket and the pagination issue is totally different than the issue originally reported with this ticket.
I suggest we should first address your original issue to ensure that it will not have any side effect on pagination issue you are having. So, lets address the issue one by one.
The reason i asked is that maybe it could help me resolve the main issue as the problem with the pagination showed up together with the filterproblem. My request was not to solve it, but only to test it.