Lines Matching refs:query
210 // query matches the full name of an object
221 // query found in title
223 // query found in terms
240 var query = params.q[0];
241 $('input[name="q"]')[0].value = query;
242 this.performSearch(query);
261 Search.query(q);
269 deferQuery : function(query) {
270 this._queued_query = query;
296 performSearch : function(query) {
309 this.query(query);
311 this.deferQuery(query);
317 query : function(query) {
326 var tmp = query.split(/\s+/);
465 Search.status.text(_('Search finished, found %s page(s) matching the search query.').replace('%s', resultCount));