mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-28 00:07:28 +00:00
Adding in category name as search field.
This commit is contained in:
parent
cde2b461c1
commit
58a5ecfafe
@ -377,10 +377,11 @@ function doSearch( )
|
||||
{
|
||||
searchText = "";
|
||||
document.getElementById( "unifinder-search-field" ).value = '';
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
var FieldsToSearch = new Array( "title", "description", "location" );
|
||||
var FieldsToSearch = new Array( "title", "description", "location", "categories" );
|
||||
eventTable = gEventSource.search( searchText, FieldsToSearch );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user