Changes for page Context Search
Last modified by bougault on 2023/02/20 16:29
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -58,7 +58,8 @@ 58 58 query: [ 59 59 'q=*__INPUT__*', 60 60 'fq=type:DOCUMENT', 61 - 'fq=space_facet:Collabs.the-collaboratory' 61 + 'fq=class:XWiki.XWikiUsers', 62 + 'qf=property.XWiki.XWikiUsers.last_name^10 property.XWiki.XWikiUsers.first_name^5 name^2.5' 62 62 ].join('\n'), 63 63 input: $('#context-search-text').val() 64 64 });