Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with Verity

Status
Not open for further replies.

ecintern

Programmer
Feb 23, 2001
7
CA
I am currently using the Verity search engine to search a collection of studies. The user enters search criteria into a form, and then Verity performs the search. I am having a problem when the user enters an author in the form, lastname, initials. The comma is not being read literally, instead it is being interpreted as an end text token. I need it to be read literally.

Any ideas?

Thanks
 
Hi, ecintern!

I'm using the Verity search engine that came with Cold Fusion, and I found the same thing you did. If the user enters two or more words with spaces in between, it is treated as a phrase, but if the words are separated by commas, it is treated as two separate terms.

How big is your database, and how is it configured? Is the last name and initials all in one field? If not, I would separate them if you have that option. What happens if you enter last name and initials without commas? What I would probably do is have the user enter the last name only, present those results (sort by lastname,firstname), and allow the user to choose the one he wants from there. Calista :-X
Jedi Knight,
Champion of the Force
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top