Hi all,
I'm trying to write some search functionality for the Ticket Tracker.
The database I'm using is Oracle.
Basically, as in ACS ticket tracker, I want to take a search string,
break the phrase up into separate words, and compare those to
whichever columns I choose from the database.
I had it working a while ago using the pseudo_contains function from
the old ecommerce module, and it was working great, until it started
to get really slow. It seemed to get slow as I added more
tickets. I'm not searching the content of the ticket in
cr_revisions or anything, so I'm not sure why it's getting so slow.
I was just wondering if anyone else had had a similar experience with
writing searches, or if there is a different approach I could use.
Most of the solutions for searching on the forums seem to be for
PostGreSQL. I noticed in the bboard module intermedia is used. Is
this a better way to go?
Cheers,
Kevin