| |||||||||||||||
If in a field I have the following two rows:
"Pioneer CDJ-200 Turntable"
"Pioneer CDJ-800 Turntable"
Searches return the following:
SEARCH HITS
"Pioneer" 2
"Turntable" 2
"CDJ" 2
"200" 1
"CDJ-200" 0
"CDJ-800" 0
"CDJ - 200" 1
What these tests suggest is that search application takes the product IDs of "CDJ-200" and CDJ-800" and places a space left and right of the hyphen.
The documentation used the example "Tree-Top" and indicates that "Tree", "Top", and "Tree-Top" will be found. The tests above suggest differently than the example. What may be happening?
Joe |