1 2 3 4 5 6 7 8 9 10 11 12 13 14
| # Search
This is a module for [Project Forge](https://projectforge.dev). It adds search facilities to the top-level navigation bar.
https://github.com/kyleu/projectforge/tree/master/module/search
### License
Licensed under [CC0](https://creativecommons.org/publicdomain/zero/1.0)
### Usage
- Provides a search UI in the main web app - Once enabled, modify the function `Search` in `./app/lib/search/search.go`
|