On 12-09-19 11:04 AM, Ahmet Arslan wrote:
I have a field with space in its name (that is a dynamic field). How can I execute search on it?I tried "q=aattr_box%20%type_sc:super" and it did not work The field name is "aattr_box type"How about q=aattr_box\ type_sc:super
That works! Thank you! Sidenote: of course I urlencode space. -- Aleksey