Zenoah Posted September 27, 2005 Posted September 27, 2005 Hi all, Another problem I'm having atm is making a search form bring back specific records. I have several fields that have numbers in the data for insance - '100 things', "1000 things", etc. I've made a form that alows the searching of records using the field data above. Problem is if you type in '100 things' it finds both 100 & 1000 entries. Is there anyway of making the search more specific and only return the '100..' entries? I've tried -op but that doen't seem to help. Thanks, Zenoah
mr_vodka Posted September 27, 2005 Posted September 27, 2005 The '=' sign returns exact matches, so if you have =100 things, 1000 things will not show up
Zenoah Posted September 27, 2005 Author Posted September 27, 2005 Yes this is true. But in a form I can't seem to get the extra '=' across into the results page. Iv'e already achieved it in a clickable URL - e.g. :- ... Format=menu1_seriesresult.html&series==100 Things&-sortfield=title ...
Garry Claridge Posted September 27, 2005 Posted September 27, 2005 Try adding this line: Enter Search String Here: Good Luck. Garry p.s. Do a search on "exact matches" in the CDML forum.
Recommended Posts
This topic is 6988 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