* Implement restrictions on default column searching for #268
* Add better docs for config-set excluded-default-search-columns
* Enable debugging
* Clean up server binaries to avoid wasting disk space
* Add tests
* Swap from configuring excluded columns to configuring included columns, to prep for future changes where we may add support for other default columns
* Reduce gotestsum re-runs since tests are less flaky nowadays
* Fix bug in lib.where(...) function that failed to trim the args list and caused DB query correctness issues
* Disable tmate debugging
* Update goldens
* Add ability to configure a default filter (for #76)
* Add test for color of default filter
* Add basic test for default filter
* Add goldens for tests
* Add more tests for default filters
* Update goldens
* Add another golden
* Update goldens
* Remove debug log
* Add golden to allowlist
* Update goldens
* Add support for configuring the TUI color scheme, for #134
* Add tests for getting and setting the custom color scheme, and support full colors where terminals support them
* Add comments to document termenv.ANSI setting, and fix tests so they work uniformly