Is there a way to customize Zoom Search to do "greater than X" and "less than X" searches? For example, I want to search nutrition fields in an Access database with a search option like this:
"Find all recipes that contain less than 5 grams of fat."
I checked out the Zoom Search Engine FAQ - Indexing databases thread but did not find an answer. We have set up nutrition fields (columns) in the database and have entered all the numeric data values. We are not trying to do > < math from a nutrition list like you see on a cereal box. That would be well nigh impossible to do.
Our alternative is to do custom ASP coding that searches the .db database and returns the results to a page other than the Zoom search results page. The problem with this is that searches from this custom search form would not show up in the Zoom Search log. Is there a way to integrate? I'm sorry of I sound a bit green and fuzzy. I am new to this level of code tweaking.
"Find all recipes that contain less than 5 grams of fat."
I checked out the Zoom Search Engine FAQ - Indexing databases thread but did not find an answer. We have set up nutrition fields (columns) in the database and have entered all the numeric data values. We are not trying to do > < math from a nutrition list like you see on a cereal box. That would be well nigh impossible to do.
Our alternative is to do custom ASP coding that searches the .db database and returns the results to a page other than the Zoom search results page. The problem with this is that searches from this custom search form would not show up in the Zoom Search log. Is there a way to integrate? I'm sorry of I sound a bit green and fuzzy. I am new to this level of code tweaking.
Comment