Re: url-encoded strings from Admin Query String search

2012-03-22 Thread Aaron Couch
hi Chris and Hoss: Thanks for the feedback. This is useful to hear. This seems like a bug to me but not a very important one. I'm new to Solr and seems like you have a great community here. -Aaron On Thu, Mar 22, 2012 at 1:34 PM, Chris Hostetter wrote: > > : The admin screen is made for doing

Re: url-encoded strings from Admin Query String search

2012-03-21 Thread Aaron Couch
s : > .../select/?q=t_FIELD_NAME%3ATEST > and .../select/?q=t_FIELD_NAME:TEST > > are strictly the same. > > Look in the 'responseHeader', you'll see that query received is > t_FIELD_NAME:TEST for both urls. > > > Franck > > > Le mercredi 21 mars

Re: url-encoded strings from Admin Query String search

2012-03-21 Thread Aaron Couch
hi Franck; Thank you for your response. I'm not sure you understand my issue however. I have dismax on by default so am able to use query fields. My problem is not in the queries themselves, but when they are input from the '/admin' screen they are url-encoded. If I take your suggestion and type

url-encoded strings from Admin Query String search

2012-03-19 Thread Aaron Couch
Sorry if this is documented somewhere but I did searched a lot and couldn't find the answer to this. I'd like to be able to type in test queries and the /admin page but when I do the url string created is url-encoded so that the resulting string doesn't work. If I type: TEST&qf=t_FIELD_NAME in