Special Character ^ cannot be used in searchs when using the filterDescriptionWhen there is a search using the filter in any table such as incident, case or even a custom one. The ^ character ignored and does not allow the user to find records with fields that contain it.Steps to Reproduce 1. Open any ServiceNow recent instance (Orlando, Paris, Quebec)2. Create an incident with ^ as part of the short description3. Save the incident and go to the list of incidents page incident_list.do4. Search for any incident which short description contains ^ using the filter5. You will see in the result page the filter showing All > Short description contains6. It will not show the ^ character7. The url will be https://INSTANCE_NAME.service-now.com/incident_list.do?sysparm_query=short_descriptionLIKE&sysparm_first_row=1&sysparm_view=&sysparm_choice_query_raw=&sysparm_list_header_search=trueWorkaroundThis behaviour is intended in oder to process the logical operators properly. If you would like to search for "^" you can add *^^^ to your query which will get converted to *^Related Problem: PRB1456482