cancel
Showing results for 
Search instead for 
Did you mean: 

store.luceneSearch(...)

gaurav
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

gaurav
Champ in-the-making
Champ in-the-making
Here is how it worked:

var test = store.luceneSearch("@cm\\:created:"+"\\2008\\-08\\-01\\T\\00\\:00\\:00.000\\Z");

Gaurav
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.