Changes for page Lucene Search Query Help

Last modified by Djebloun Sidali on 2014/02/23 15:55

<
From version < 12.1 >
edited by Xavier Richard
on 2013/01/18 22:22
To version < 14.1 >
edited by Mircea Staicu
on 2013/02/18 17:30
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.xrichard
1 +xwiki:XWiki.mstaicu
Content
... ... @@ -194,7 +194,7 @@
194 194  test AND type:attachment
195 195  {{/code}}
196 196  
197 -Look for "test" in pages but exclude the word test in attachments:
197 +Look for "test" in pages but exclude attachments containing the word test:
198 198  
199 199  {{code}}
200 200  test AND -type:attachment
... ... @@ -276,3 +276,9 @@
276 276  {{code}}
277 277  +(object:XWiki.XWikiUsers object:XWiki.XWikiGroups) -name:XWikiGroupTemplate
278 278  {{/code}}
279 +
280 +Looking for documents by a value which is stored in a DatabaseTree property in an object. As a mention, the searched value can be wrapped inside round paranthesis or single / double quotes
281 +
282 +{{code}}
283 ++Space.Class.databaseTreeProperty:(searchedValue)
284 +{{/code}}

Get Connected