Hi Everyone,
I am trying to get all the nodes created on a particular date in java script using store.luceneSearch(…):
When I do the query as below the results are returned fine:
var test = store.luceneSearch("@cm\\:created:"+"2008-07-31*");
but when I do:
var test = store.luceneSearch("@cm\\:created:"+"2008-07-31T00:00:00.000Z");
it does not work. I don't understand why?
Thanks in advance.
Gaurav