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

into the 'Query String' field the result is:

/select/?q=TEST%26qf%3Dt_FIELD_NAME&version=2.2&start=0&rows=10&indent=on
(provides no results)

instead of:

select/?q=TEST&qf=t_FIELD_NAME&version=2.2&start=0&rows=10&indent=on (which
provides results).

Am I missing something?


I'm using Solr Specification Version: 1.4.0.2009.10.20.08.05.56, on Ubuntu
10.04 running Tomcat6.

Any help is appreciated.

thanks,

-Aaron

Reply via email to