Hi,
I have indexed some data in elastic search(version - 6.2.4), in that I have two field-
TestcaseName and testSuiteName. Their values have special characters like "-" ,"_" "["
etc.
when trying to search the data based on the above two fields using the query builder (java) Showing no result.
Data Example:
testcasename: UC4210-SC05-01: ABM users account gets ATOed----------RUNID1529047836----------
testsuitename : UC4210-SC05-ABM-Miscellaneous_Suite
My question is - Do special character in values create any problem while search. If yes, what could be the workaround for this