Re: query for space character in text field ...

2014-09-23 Thread Jack Krupansky
for space character in text field ... You should be able to escape it with a backslash, as search\ with\ spaces Best, Erick On Tue, Sep 23, 2014 at 3:18 PM, Samuel Smith wrote: Should I be able to search a text field in my index for any value that contains white space? The value in my “p

Re: query for space character in text field ...

2014-09-23 Thread Erick Erickson
You should be able to escape it with a backslash, as search\ with\ spaces Best, Erick On Tue, Sep 23, 2014 at 3:18 PM, Samuel Smith wrote: > Should I be able to search a text field in my index for any value that > contains white space? > > The value in my “path” field contains an untokenized st

query for space character in text field ...

2014-09-23 Thread Samuel Smith
Should I be able to search a text field in my index for any value that contains white space? The value in my “path” field contains an untokenized string (“that contains spaces”). I can do single character searches for other single special characters no problem (q=path:*!*, or q=path:*-*), b