It works 
thanks
Ashish

Shalin Shekhar Mangar wrote:
> 
> On Fri, Mar 6, 2009 at 7:03 AM, Ashish P <ashish.ping...@gmail.com> wrote:
> 
>>
>> I want to search on single date field
>> e.g. q=creationDate:2009-01-24T15:00:00.000Z&rows=10
>>
>> But I think the query gets terminated after T15 as ':' ( COLON ) is taken
>> as
>> termination character.
>>
>> Any ideas on how to search on single date or for that matter if query
>> data
>> contains COLON then how to search.
> 
> 
> You can escape the ':' character by preceding it with a back slash '\'.
> e,g,
> 
> q=creationDate:2009-01-24T15\:00\:00.000Z
> -- 
> Regards,
> Shalin Shekhar Mangar.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Re%3A-search-on-date-field-tp22365586p22366358.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to