I use a query parameter q=something to search
From the documentation here it is evident that q="Match entire phrase" will return all events that match Match AND entire AND phrase
But I cannot search for an event something like this "abc 1.34 - 3.03 p.m." to be clear whenever there is a minus sign the search breaks understanding it as negation
I tried escaping minus as - by "abc 1.34 \- 3.03 p.m." but I was not successful.
How do I search for the event by exact which has numbers and special chars?