Sunday 08 March 2009 9:02:54 am
Hi, Sorry, I really should be more specific. Here are some more details:
- the class attribute with id 193 is a "keyword" and is marked as searchable.
- I'm using the standard ezpublish search engine. - AllowEmptySearch=enabled is set - When I try to make a search of a word or expression that I'm shore it's in that attribute, The result of the search is empty. - The normal search of the site is working perfectly. - The search form is not inside a cache block. - As a test, I also tried to make a search form that searches only for a certain part of my node tree, and the search results were fine. Below is the code I used:
<form action={"/content/search/"|ezurl} method="get">
<input class="searchbox" type="text" size="8" name="SearchText" id="Search" value="" />
<input class="searchbutton" name="SearchButton" type="submit" value="Search" />
<input type="hidden" name="SubTreeArray[]" value="234" />
</form>
|