Hi guys... here's a dumb question...
I've got a KJV Version of the bible in Access Format, there are 31,102 verses in the KJV (and most other versions...)
I'm having a little problem, I want to use regex in a query and I can't get it to.. but I want ACCURATE matches.. like...
"... God said let there be light ..." should not be returned if someone searches for "here".. but should be returned if someone searches for a whole word in that.. I already have the cfoutput working properly.. but the question is this... If someone searches "he", well "he" appears in "the", "they", "she", "them", etc.. so my query will return all these.. The cfoutput (or cfloop) will filter these out... will my search be hurt if the query returns a lot of results but only a few are outputted? I mean where is the real load bearing weight of a page? In the query or the assembling of the data.. I'd imagine the query, no?
SQL is so weak about regex.. a sad thing.. the closest thing to regex anyone seems to know about is the %wildcard characters%...
Tony
I've got a KJV Version of the bible in Access Format, there are 31,102 verses in the KJV (and most other versions...)
I'm having a little problem, I want to use regex in a query and I can't get it to.. but I want ACCURATE matches.. like...
"... God said let there be light ..." should not be returned if someone searches for "here".. but should be returned if someone searches for a whole word in that.. I already have the cfoutput working properly.. but the question is this... If someone searches "he", well "he" appears in "the", "they", "she", "them", etc.. so my query will return all these.. The cfoutput (or cfloop) will filter these out... will my search be hurt if the query returns a lot of results but only a few are outputted? I mean where is the real load bearing weight of a page? In the query or the assembling of the data.. I'd imagine the query, no?
SQL is so weak about regex.. a sad thing.. the closest thing to regex anyone seems to know about is the %wildcard characters%...
Tony