Using not equal To | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Hi 

Please have a look at QueryBuilder Interface,

Link:- https://docs.jboss.org/exojcr/1.12.13-GA/developer/en-US/html/ch-jcr-query-usecases.html

Reference Link:- https://gist.github.com/yangzhe1991/10349122

 

Thanks and Regards

Kautuk Sahni

5 replies

GK-007
Level 9
January 5, 2016

Please explain the use case completely to help on this.

-Kishore

varung44569684
Level 2
January 5, 2016

Hi Kishore ,

First of all thanks for the reply.

Actually using QueryBuilder.json,  I want to get the list of all nodes at a particular path , where every node has a property "programName", and I want to have only those nodes where the programName does not equal to "Marketing".

If I use the query http://localhost:4502/bin/querybuilder.json?p.hits=full&
primarytype=nt:unstructured&path=/content/data/masterdata/program&property=programName&property.value=marketing&p.limit=-1, it gives me those nodes with programName as Marketing but not vice versa.

That is this query http://localhost:4502/bin/querybuilder.json?p.hits=full&
primarytype=nt:unstructured&path=/content/data/masterdata/program&property=programName&property.value!=marketing&p.limit=-1 does not works.

Jitendra_S_Toma
Level 10
January 5, 2016
Not quite sure but explore this document if that could help you. http://aemcq5.blogspot.in/2014/11/cq5-querybuilder-simplified.html?m=1
kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
January 6, 2016

Hi 

Please have a look at QueryBuilder Interface,

Link:- https://docs.jboss.org/exojcr/1.12.13-GA/developer/en-US/html/ch-jcr-query-usecases.html

Reference Link:- https://gist.github.com/yangzhe1991/10349122

 

Thanks and Regards

Kautuk Sahni

Kautuk Sahni