hearchco / frontend

Frontend for Hearchco built using SvelteKit & TailwindCSS. Usable w/o JS!
https://hearch.co
GNU Affero General Public License v3.0
10 stars 2 forks source link

[FEAT] Add support for engine.Options #93

Closed k4lizen closed 1 month ago

k4lizen commented 9 months ago

https://github.com/hearchco/agent/blob/main/src/search/engines/options/structs.go

Some / all of these options should be configurable through the UI.

aleksasiriski commented 3 months ago

I don't see a reasonable place to ask users for "max pages". "page" (indicating from which to start) is supported via Paginator and InfiniteLoading components at the bottom.

As for Locale and SafeSearch, that should be part of #186