Ive made custom search view, but it shows all the posts before I enteren any value as the search parameter.
I would like to have just empty page, and any posts (or "Not found message") appears only AFTER the value entered into the search field ans search button pressed.
Is it possible?
Thank you
If you are just using a standard text search with the wpv_post_search parameter then you can conditionally display the View loop output (the results) only if a search term has been entered.
Here is a simple example that you can adapt to your needs:
sorry but it is not working - it shows no result at all , doesnt matter if I enter some search value or not
I am using the custom search setting in view
and try to filter post by custom field
set "AJAX results update when visitors click on the search button" option
looks like
[wpv-search-term param='wpv_post_search']
is always empty, besides what I entered in search field