Ethan Dalool
6522bda09c
For a while I've wanted to be able to sort search results by the file's basename. This is especially important for the cli. SQLite doesn't have an easy way to split the filepath column by the slash, so the only choice is to store basename as a separate column. I put it off for a while but I think it's the right move. However we must not forget to update it every time we update filepath, which is a bummer. |
||
---|---|---|
.. | ||
database_upgrader |