Colin Woodbury

Results 597 comments of Colin Woodbury

[As mentioned in the guide](https://fosskers.github.io/aura/search.html), at the moment only full terms can be matched on.

It's probably just calling the AUR directly, which does substring matching internally.

Some databases do support such full-text search, but running a database was something I wanted to avoid.

Interesting idea but the size would be prohibitive, especially to keep updated for all users.

You'd be surprised. Keeping it updated for everyone wouldn't be worth it the complexity.

Note that I've added `-Av`, a new search command that searches by "provides". So: ``` aura -Av emacs aur/emacs-git 30.0.50.169253-1 (104 | 0.00) GNU Emacs. Development master branch. aur/emacs-pgtk-native-comp-git 29.0.50.155762-1...

Amazing - I'll add a test case for this. Thanks for reporting.

``` ❯ aura -As d-feet ~ ``` Searching for the exact name eh. Thanks for the report, let me revisit this.

This is likely due to `git` being present in the name. I'll look into this.