--
You received this message because you are subscribed to the Google Groups "PHRETS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phrets+un...@googlegroups.com.
To post to this group, send email to phr...@googlegroups.com.
Visit this group at https://groups.google.com/group/phrets.
For more options, visit https://groups.google.com/d/optout.
That looks like a field with predefined values. Try:
(SUBDIVISION=|Ridgemont Sec 4)
On Wednesday, 17 February 2016, Jeffrey Satz <jeffr...@gmail.com> wrote:
When creating a query, I am getting a search syntax error when my string criteria has spaces in it.--Here is what I tried(SUBDIVISION=Ridgemont Sec 4) produces ERRORAdding single quotes doesn't help(SUBDIVISION='Ridgemont Sec 4') produces ERRORUsing wildcard and quotes:(SUBDIVISION='Ridgemont*') produces ERRORUsing wildcard without quotes(SUBDIVISION=Ridgemont*) works as expectedMy question is while this query is fine, I do have subdivisions that have spaces in them. How can I get those to run? I saw a DMQL tutorial that said the single quotes should work.Any help?Should I possibly replace spaces with a "?" character?Thanks
You received this message because you are subscribed to the Google Groups "PHRETS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phrets+unsubscribe@googlegroups.com.
Thanks. Newbie question, but what does the "|" character do in the query?
On Thursday, February 18, 2016 at 6:49:59 AM UTC-6, Mariano Iglesias wrote:
That looks like a field with predefined values. Try:
(SUBDIVISION=|Ridgemont Sec 4)
On Wednesday, 17 February 2016, Jeffrey Satz <jeffr...@gmail.com> wrote:
When creating a query, I am getting a search syntax error when my string criteria has spaces in it.Here is what I tried(SUBDIVISION=Ridgemont Sec 4) produces ERRORAdding single quotes doesn't help(SUBDIVISION='Ridgemont Sec 4') produces ERRORUsing wildcard and quotes:(SUBDIVISION='Ridgemont*') produces ERRORUsing wildcard without quotes(SUBDIVISION=Ridgemont*) works as expectedMy question is while this query is fine, I do have subdivisions that have spaces in them. How can I get those to run? I saw a DMQL tutorial that said the single quotes should work.Any help?Should I possibly replace spaces with a "?" character?Thanks
--
You received this message because you are subscribed to the Google Groups "PHRETS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phrets+un...@googlegroups.com.
To post to this group, send email to phr...@googlegroups.com.
Visit this group at https://groups.google.com/group/phrets.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "PHRETS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phrets+un...@googlegroups.com.
--