mirror of
https://github.com/correl/melpa.git
synced 2025-03-10 17:00:10 -09:00
Don't search across as many fields (see #1326)
This commit is contained in:
parent
93e06adf34
commit
48cd118f8e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
"downloads", "fetcher", "recipeURL", "packageURL", "sourceURL", "oldNames"].map(function(p) {
|
||||
this[p] = data[p];
|
||||
}.bind(this));
|
||||
this._searchText = _([data.name, data.description, data.source, data.sourceURL])
|
||||
this._searchText = _([data.name, data.description, data.version])
|
||||
.compact().valueOf().join(' ').toLowerCase();
|
||||
this.readmeURL = "/packages/" + data.name + "-readme.txt";
|
||||
this.matchesTerm = function(term) {
|
||||
|
|
Loading…
Add table
Reference in a new issue