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
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
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