rx2 Reply #1, 6 months, 3 weeks ago
Hello
I've built the following call into the masthead of the document (i.e. a common search box at the top of the page):
The template logixsearch contains:
The results page contains:
I get no results on the results page unless i input a single letter and then I get an error message. For example if I input Product A" into the search I get this a result on the results page:
Search with "A" is invalid. Minimum number of characters allowed for a search term: 3
Now, if I use the default template, I get results, but the result is always that the search term could not be found.
Any insights?
I've built the following call into the masthead of the document (i.e. a common search box at the top of the page):
[[!AdvSearchForm? &tpl=`logixsearch` &searchValue=`Search` &landing=`14` ]]
The template logixsearch contains:
<form class="showtextback" action="[[~[[+landing]]]]" method="[[+method]]">
<fieldset>
<input type="hidden" name="id" value="[[+landing]]" />
<input type="hidden" name="asId" value="[[+asId]]" />
<input type="text" class="search_text" id="[[+asId]]_search" name="[[+searchIndex]]" value="[[+searchValue]]" />
<input type="image" src="images/pixel.gif" name="sub" class="searchsubmit" value="[[%advsearch.search? &namespace=`advsearch` &topic=`default`]]" alt="" />
</fieldset>
</form>
The results page contains:
[[!AdvSearch]]
I get no results on the results page unless i input a single letter and then I get an error message. For example if I input Product A" into the search I get this a result on the results page:
Search with "A" is invalid. Minimum number of characters allowed for a search term: 3
Now, if I use the default template, I get results, but the result is always that the search term could not be found.
Any insights?