Hi there,
I'm trying to search within the summary field with a string that includes a decimal / period. Example "ab.com".
Understanding that a decimal / period is a restricted character - how do I still use that in my search query.
If I use "ab" and "com" I'm getting additional not-valid results as I need specifically "ab.com".
Thanks,
CT
Hi @Chris Tang
As long as you have quotes around the "ab.com" you should be able to query on it.
Summary ~ "ab.com"
Hope this helps!
Thanks @Brittany Wispell , I realized why my query wasn't working. My website I'm looking for has characters ahead of it. So it was picking up ab.com OK... but not I344-ab.com - I have another way to search just not as ideal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.