PTKen Posted January 30, 2003 Posted January 30, 2003 I am performing a search using: <input="hidden" name="-Op" value="eq"> The search is working basically correctly. If I search for "Smithsonian", then it finds it. But it will also find "Smithsonian - African Art". How do I constrain the search to find only exactly what the original search string is? The field that is being searched contains only unique values, but when indexed, the separate words cause the search to find more than one result. Thanks again! Ken
Garry Claridge Posted January 30, 2003 Posted January 30, 2003 Try: <input type="hidden" name="-op" value="=="> Good Luck. Garry
Recommended Posts
This topic is 8117 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now