1. 13
  1. 8

    Why don’t we add full-text search to pkg_info?

    1. 3

      ATM the search syntax is limited to SQLite’s FTS5 syntax and invalid syntax crashes it :D

      I might move to postgresql’s fts stuff here pretty soon.

      1. 1

        It seems me that is a new challenger to openports.pl? Openports.pl is create by one OpenBSD team member, solene@. (as Solène Rapenne). It’s hosted on OpenBSD.amsterdam.

        1. 3

          This one was made my be, it’s also hosted on openbsd.ams :D

          Not specifically a challenger - it would be trivial to add the FTS stuff to openports.pl - I made openbsd.app to show the advantages of searching DESCR (not just COMMENT).

          1. 2

            “not just COMMENT” - this is within the context of OpenBSD’s default pkg_* tools.