Hi,
I have followed this article to create a search field.
The search works fine and extracts the results as expected.
But after the search, when I navigate to the "List Display" it shows only the previously searched items not the complete list. To get the complete list I have to make a "Blank" search.
List Display Custom Header Code
Settings:
Display Type = Custom
Searchable = Article.title, Category.title
Thanks in advance
I have followed this article to create a search field.
The search works fine and extracts the results as expected.
But after the search, when I navigate to the "List Display" it shows only the previously searched items not the complete list. To get the complete list I have to make a "Blank" search.
List Display Custom Header Code
<input type="text" name="srch" placeholder="search...." class="form-control A" />
<br>
<input type="submit" name="search" value="Submit" />
Settings:
Display Type = Custom
Searchable = Article.title, Category.title
Thanks in advance