brainonastick Posted August 7, 2006 Posted August 7, 2006 I have successfully used 'explode' and '-recid' to make a first stage search result clickable for a second search. Is it possible to use field data instead of '-recid' for the second stage search? How is this coded? I want to use the ID of a course description so the second stage search shows all courses bearing that same ID. In other words the second stage search will be able to yield multiple search results, not jsut one. All replies gratefully received. Cheers, Steven
Newbies Helleshoj Posted August 23, 2006 Newbies Posted August 23, 2006 You can use any field for a search with AddDBParam(fieldname, $searchCriteria) where $searchCriteria contains the data in your search field. If the content is not unique, all records matching will be returned.
Recommended Posts
This topic is 6736 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