-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manokwari search : the result item with shortest title should be prioritized #83
Comments
I'm working on it with a friend. However we ran into some problems... Our new sorting algorithm seems to work, but it's sorting the package name instead of the title of the application. Is there some catch? |
@Double-A-92 You don't need to touch package stuffs. You just need to parse |
What do you mean by package stuff? I made changes in manokwari/system/js/search.js . |
@Double-A-92 Could you push your code to some branch? I'll take a look. |
@herpiko I have it in my fork here: https://github.com/Double-A-92/manokwari/blob/master/system/js/search.js Thanks :) |
@herpiko I just pull requested it into your dev branch. It still doesn't work as supposed, But at least it doesnt break and the code is a bit more cleaner. |
Clean up search.js a bit and try to solve #83
@Double-A-92 Hi! I've reviewed and test your code. Even if it doesn't solve this issue, it's nice. Thank you for your contribution! I've merged the PR to specific branch and found it's hard to squashing/grouping your commits without removing the commiter metadata. Contributors are supposed to squash their commits before PR. I want to make sure all the commit messages in the master branch are clean and explicit. Could you squash your commits and re-PR again (to master instead of dev branch)? Or, do you want me to recommit all of your changes and let your name (committer metadata) lost (I'll mention your github username instead in the commit message)? |
@Double-A-92 Your #97 has been merged. Thank you! I'll let this issue remains open. |
Example : the user typed
termi
which means he/she want to openTerminal
, butRoot Terminal
showed up as the first item in result.Terminal
should be on the top.The text was updated successfully, but these errors were encountered: