Sure: toolset views 'Search and Pagination' offers filters as well as a search box, correct? Using a filter outputs a text input field itself so I am under the impression that the search box isn't mandatory. However, when I enter values that should have a result, I receive a 'nothing found' message. Using the search box (without a filter code), the same entered value outputs expected results.
The "Text Search" button above the Search and Pagination editor panel inserts a specific type of text search field that behaves like the main WordPress text search feature ( for example, you would see the search results in the search archive at hidden link ). Typically you will configure this type of filter to find text in post titles and/or post contents. It typically does NOT search custom field values, but if you use the Relevanssi plugin you have that option as well.
But this is not the only type of filter that uses a text input. Other custom search filters can be integrated using text input fields, as well. For example, if you want to search for text in a specific custom field value, you would click "New Filter" above the Search and Pagination editor panel to insert a custom filter based on that specific custom field. In the configurations, you can choose to display the filter as a text input field. This field would ONLY search for text in a specific custom field, as opposed to the Text Search button, which is more flexible with Relevanssi active.
Am I using the search code in toolset in a wrong way? The view 'Aktenschrank' is back so you can check it out now.
I'm not quite sure yet, let's find out. I have placed the Aktenschrank View directly in a draft test Page. I'm using the Classic Editor on the Page to eliminate the JSON error and possibility of Elementor / DSE plugin conflicts. You can find the test Page here for now:
hidden link
Page editor, for reference:
hidden link
View editor, for reference:
hidden link
I placed the View on the Page using a standard wpv-view shortcode:
[wpv-view name="aktenschrank"]
On the front-end, I searched a few times and the results looked okay when searching for text in the first name. My search criteria and the results produced for each criteria:
Search: Marc
Results: Marcel Hesse
URL: hidden link
Search: Mar
Results: Marcel Hesse, Mariusz Macina, Markus Duchscherer
URL: hidden link
Search: Ma
Results: Marcel Hesse, Mariusz Macina, Max Payne, Jens Weismann, Markus Duchscherer, Manuel Roos, Hacer Yilmaz
URL: hidden link
Please check the draft page and let me know if the results you find are unexpected. Provide the URL of any search that produces the wrong results, and tell me exactly why the search results are incorrect. I will review your comments and give you some feedback. Let's try to focus on the filter functionality for now.
Thank you!