Defect HC-18626

Search error if searchTerm contains "/"

Software

Customer case Applies to Corrected in
CS0316870 V9.1.10.0 9.1.11.0

Observed behavior

When a search term contains a slash, an Elasticsearch exception is raised.

Expected behavior

A slash should be treated as any other character in a search operation and no exception should be raised.

Resolution

The code was fixed to include the slash for special character handling, avoiding the exception.