mattw Posted April 9, 2001 Posted April 9, 2001 Originally posted by Vaughan: Join up all of the text fields into a calculation field (field1 & field2 & ...) then perform a single search on the calculation field! Can anyone give an example of this ? Thanks in advance,
CaelC Posted April 19, 2001 Posted April 19, 2001 I'm not sure what the original question was but you can search multiple fields in CDML enabled solutions by using the -OP and -LOP command tags inside hidden inputs in a form to string together the fields for the find with an "And" . Hope this helps, Cael.
Vaughan Posted April 20, 2001 Posted April 20, 2001 Nope, do it in the database. Maake a calculation field: field3 = field1 & field2 where all aree text fields. Now in your cdml, perform the search on field3.
mattw Posted May 1, 2001 Author Posted May 1, 2001 Thanks guys, I did the calculation in the database Works great! Matt
mattw Posted May 1, 2001 Author Posted May 1, 2001 Thanks guys, I did the calculation in the database Works great! Matt
Recommended Posts
This topic is 8598 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