Robert Spiegel
Robert Spiegel
Here some screenshots in "debug mode" where the relevance column is shown. Here first 3 hits got 2 points for finding both search terms in title + the first one...
>The only thing I'd like to ask you about for now is please don't start coding this before we both agree on the implementation plan yes.
Basic implementation plan: the note is currently searched for in few various sources, the basic "relevance weight" will be based on, where the record was found. Sources: 1. "FROM NoteFTS...
>I would instead return from the method processing the search query the list of notes and their associated weights. OK, that would be also possible. But we would probably need...
In my proposal I get the useful hints for weights directly from database (by identifying the source where information was found). In you version, you first throw them out and...
OK I can implement the version with setting dirty to false and I'll adjust the tests. >It appears there can be a lot of cases in which we can screw...
I started with this... seems to work as expected (also the test fails as expected (great!)). In NoteListView.cpp there are few snippets of code which are repeated quite often. After...
OK, I will read the Qt article you referenced and I will someway handle undefined values (I indented to do it anyway, the proposal was just quick draft version -...
OK agree.
I just looked at it, at it actually works/is implemented already - just the drag & drop is missing. But I would see the drag&drop as kind of "nice to...