Super Optimized Profile Builder Search for any field
-
For anyone out there that needs a Profile Builder Search that works on any field and searches multiple terms using I wrote a search to do this. I reduced the search performance from 1.3s to 0.003s and rewrote the entire query to be super optimized. It works to dedup boolean operators as well. So adding multiple ors or ands will be removed and handles quoted searches.
For example, if search
“THIS” or OR “THAT” and AND “who or what AND here” and or this
turns result into single Boolean operators between terms…
“THIS” OR “THAT” AND “who or what AND here” and this
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Super Optimized Profile Builder Search for any field’ is closed to new replies.