Question about querying on a URL field

2014-07-11 Thread Jack Park
This query {\query\:{\field\:{\url\:\http://google.com/\} seems to fail. It represents a stringified JSON object without any processing on the simple url itself. A snippet of the giant error message is below. Thanks in advance for ideas. Jack DataProvider.getNodeByURL Error:

Re: Question about querying on a URL field

2014-07-11 Thread Jack Park
Exploring the web, I started applying a cleanup for special characters, plus hints from various answers, trying these queries: {term:{url:http\\:\\/\\/google.com\\/}} {term:{field:{url:http\\:\\/\\/google.com\\/}}} {term:{search_string:{url:http\\:\\/\\/google.com\\/}}} with no real difference.