This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Search descriptions
pull/1556/head
Dmitry Wolf
5 years ago
parent
fb140075d1
commit
345ad6f2fa
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/app/ModuleBrowser.cpp
+ 2
- 0
src/app/ModuleBrowser.cpp
View File
@@ -53,6 +53,8 @@ static float modelScore(plugin::Model* model, const std::string& search) {
s += alias;
s += alias;
}
}
}
}
s += " ";
s += model->description;
float score = string::fuzzyScore(string::lowercase(s), string::lowercase(search));
float score = string::fuzzyScore(string::lowercase(s), string::lowercase(search));
return score;
return score;
}
}
Write
Preview
Loading…
Cancel
Save