Package query parses the simple query language used for full text search in the Soquee issue tracker. https://code.soquee.net/query/
Go to file
Sam Whited 99a69abab7
.github: disable mirroring
Signed-off-by: Sam Whited <sam@samwhited.com>
2022-07-17 07:00:39 -04:00
.github/workflows .github: disable mirroring 2022-07-17 07:00:39 -04:00
CONTRIBUTING.md Initial public release 2019-05-27 15:28:51 -05:00
LICENSE Initial public release 2019-05-27 15:28:51 -05:00
README.md Initial public release 2019-05-27 15:28:51 -05:00
go.mod Initial public release 2019-05-27 15:28:51 -05:00
go.sum Initial public release 2019-05-27 15:28:51 -05:00
query.go Initial public release 2019-05-27 15:28:51 -05:00
query_test.go Initial public release 2019-05-27 15:28:51 -05:00

README.md

query

Package query parses the simple query language used for full text search in the Soquee issue tracker.

import (
	"code.soquee.net/query"
)

License

The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the LICENSE file.

Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.