Using an Advanced Search

+1 This was discussed last summer, and I still believe it’s an important feature missing from MarginNote. The current solution that @Relight_Support-Team describes seems quite limited and IMHO cannot be called advanced search. It doesn’t appear possible to search across multiple documents, specify search fields, parts of fields, save searches, etc. I don’t know if(?) this sort of thing could be done with the new JavaScript support.

It should not be complicated to add functionality to MarginNote for performing a real multi-term search, like this:

Screen Shot 2020-04-22 at 16.27.20

I.e., Source specifies a field to search, including can be including/is/starts from, and boolean operations AND/OR can be used to join search terms. Search terms that are not joined by booleans cause the results to be concatenated, which is a simple way to organize them.

I say “should not be complicated” to add this, because MarginNote uses a standard SQL database. All the heavy lifting is done by the database. I was able to write a basic app for searching my MN database, save searches, format notes and export RTF in 36 hours of time spent coding (the screenshot above is a working solution). I’m not a professional developer and there was no documentation or support, so it should be easier for the MarginNote team to do this.

Basically, I think it depends whether MarginNote really wants to reach an academic audience, or not. FWIW, I showed MarginNote to an anthropologist colleague. At first, she was excited to use MN for her research, but lost all interest due to the lack of advanced search. That was the deal-breaker. Without this functionality, she saw no point in buying/using MarginNote.

3 Likes