David Vilar

Results 62 comments of David Vilar

This would be useful!

Mostly implemented, but support for macros is only available with fts. One easy way to handle macros is to substitute them before going into the query parsing. This will work...

Yes, I still have to add support for them in non-FTS queries.

Hi @vered1986. Sorry with the delay, we have been busy with "real work" in the last days :-D We have looked into the PR. If we understood correctly, the crawl...

Wrt. fts5, now bibsearch should work much better if you don't have support it (although installing fts is recommended). What system do you use?

Current status, you can do: * `bibsearch author:post year:2013` * `bibsearch where -a %post% -y 2013` Current issues (keywords here, we can discuss with more detail in person): * Inconsistent...

Implemented the column:query syntax for `search` (4e3ac7b) and `where` commands (7ae80cf). The querys are "sanitized" before being further processed.

I took a go at creating a flatpak package and I got it running on an ubuntu 16.04 system (managed computer, not able to update). You can find it [here](https://pastebin.com/JffUvsMD)....

Feel free to create an (empty?) repo for packaging and I can send a PR for it. I have been using the packaged version for a couple of days, and...

I was actually surprised that it should be so easy... I checked the [rfc](https://tools.ietf.org/html/rfc2392) and actually the cid should be "globally unique". This could be accomplished e.g. by appending the...