Hi there,
We treat all special characters (&,@,#,$,etc.) as a space when we index. So, searching for "this.that" will return the same results as "this$that", "this#that", "this,that", etc.
This helps us keep the index size as small as possible.
Thanks!
We treat all special characters (&,@,#,$,etc.) as a space when we index. So, searching for "this.that" will return the same results as "this$that", "this#that", "this,that", etc.
This helps us keep the index size as small as possible.
Thanks!