Figuring out a google query to gain an answer seems difficult given
the ambiguity;

I have a field:

<field name="resourceURL" type="string" indexed="true" stored="true"/>

into which I store a URL

which, when displayed as a result of a query, looks like this in the
admin console:

"resourceURL": "http://someotherserver.org/";,

The query "resourceURL:*" will find all of them, but there is this question:

What does the query look like to find that specific URL?

Of course, "resourceURL:http://someotherserver.org/"; doesn't work

This one
resourceURL=http%3A%2F%2Fsomeotherserver.org%2F

fails as well.

What am I overlooking?

Many thanks in advance.
Jack

Reply via email to