-
Notifications
You must be signed in to change notification settings - Fork 5
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
Display scoring #16
Comments
For the bar, I was thinking of using Tobias' sparkl plugin: http://tobibeer.github.io/tw5-plugins/#sparkl |
As far as worrying about the data tiddler and multiple active This might not work super well if you're chaining |
I tried using a filter suffix (eg. |
This reverts the following commits: * 0530f35 * 85c4ed2 * f515f0f * d33f427 * 2634f33 * 5f7ce19 * 4eb6a9c * ef0bc23 * ad23357 * 1b7f153 * 7c78ebd * 1685d8a See GH #16 for reason why the work was done in the first place I'm reverting this because it's painfully slow right now, and it's going to take a good amount of work to make it fast, if it's at all possible. This feature wasn't originally slated for the 1.1.0 release, so I'm pulling out all of the code I wrote for it in order to make 1.1.0 happen; afterwards I can unrevert it when I'm ready to commit to adding the feature in a future release
Reopening because the feature is way too slow for general use, and I don't want to block the next major release |
Brought up by @diego898 in #5
The search results are ordered by a score; it might be nice to show the user a visual representation of this score.
As far as the appearance goes, I'm thinking a bar alongside the title in the results - the wider the bar, the more relevant the result was to the query.
As far as implementation goes, I'm thinking we would need to stash the scores in a data tiddler indexed by the tiddler names. I think that
ftsearch
itself would need to do this, which raises the question of how this would work if there are multipleftsearch
filters being displayed...The text was updated successfully, but these errors were encountered: