I'm using a custom search form, and all our issues have worked out so far, but I'm having a little challenge with the categories. I know that Zoom assigns a number to each category.
We're using the free version Zoom in order to test the application with the dev box for our intranet, and try and iron out as many issues as possible.
In order to attempt to test out indexing multiple categories, we chose two publications directories on our intranet site, for which we called the categories Interest Points and Statesman
The standard Zoom-generated search form (as generated in the results page) gives us these category options:
Here's the default as shown on the zoom generated form:
<option value="-1">All</option>
<option value="0">Interest Points</option>
<option value="1">Statesman</option>
<option value="2">All</option>
According to this information, Interest Points should be the category labeled "0" and StatesMan should be the category labeled "1" ...however, it's "-1" that seems to be the Interest Points file index and "2" that seems to be the StatesMan file index. "0" and "1" appear to be empty of any indexing content.
So, on my manually corrected version of the form, i go back and adjust the options to the numbers that appear to correspond with the actual categories. And the search results work, but instead of including the appropriate category name in the search results title, it says the results returned are in the "all" category.
I've recommended to the systems person who is working on the install with me that he discard all categories and attempt to rebuild...any other thoughts on what could be wrong?
We're using the free version Zoom in order to test the application with the dev box for our intranet, and try and iron out as many issues as possible.
In order to attempt to test out indexing multiple categories, we chose two publications directories on our intranet site, for which we called the categories Interest Points and Statesman
The standard Zoom-generated search form (as generated in the results page) gives us these category options:
Here's the default as shown on the zoom generated form:
<option value="-1">All</option>
<option value="0">Interest Points</option>
<option value="1">Statesman</option>
<option value="2">All</option>
According to this information, Interest Points should be the category labeled "0" and StatesMan should be the category labeled "1" ...however, it's "-1" that seems to be the Interest Points file index and "2" that seems to be the StatesMan file index. "0" and "1" appear to be empty of any indexing content.
So, on my manually corrected version of the form, i go back and adjust the options to the numbers that appear to correspond with the actual categories. And the search results work, but instead of including the appropriate category name in the search results title, it says the results returned are in the "all" category.
I've recommended to the systems person who is working on the install with me that he discard all categories and attempt to rebuild...any other thoughts on what could be wrong?
Comment