How to search with special characters and case-insensitive in Examine Searching
Hi everyone.
I'm stuck with Examine searching. I want to search with my input string like "abc$$" and it returns for me contents that include "abc" only.
How can I search contents that have specific field includes exactly "abc$$" or "ABc$$" ? They can be case-insensitive is oke. I'm using InternalIndex and CultureInvariantWhitespaceAnalyzer
How to search with special characters and case-insensitive in Examine Searching
Hi everyone.
I'm stuck with Examine searching. I want to search with my input string like "abc$$" and it returns for me contents that include "abc" only.
How can I search contents that have specific field includes exactly "abc$$" or "ABc$$" ? They can be case-insensitive is oke. I'm using InternalIndex and CultureInvariantWhitespaceAnalyzer
Thanks for anyhelp!
Please let me know if there is no solution yet. Thank you all!
Creating custom analyzer and tokenizer then allow search with special characters is my solution
Thank you all!
is working on a reply...