Go to file
2024-04-07 20:01:28 +00:00
src fix extra space in some wikipedia extracts 2024-04-07 20:01:28 +00:00
.gitignore calc fixes and update readme 2023-12-20 17:45:16 -06:00
.prettierrc fix clicking suggestions and better docs.rs 2023-12-21 18:43:29 -06:00
Cargo.lock use stable version of fend 2024-03-14 20:01:39 -05:00
Cargo.toml use stable version of fend 2024-03-14 20:01:39 -05:00
compose.yml use host networking 2024-01-22 22:01:21 -05:00
Containerfile remove replace bind addr with 0.0.0.0 2024-02-02 21:49:17 -06:00
LICENSE add license 2024-01-09 19:20:35 -06:00
README remove extraneous backtick in readme 2024-04-05 23:02:19 +00:00
rustfmt.toml add line wrapping to rustfmt 2024-01-03 01:53:14 -06:00

a cute metasearch engine

it sources from google, bing, brave, and a few others.

there's a demo instance at https://s.matdoes.dev, but don't use it as your
default or rely on it, please (so i don't get ratelimited by google).

it's written in rust using no templating engine and with as little client-side
javascript as possible.

metasearch2 is a single binary with no cli, configuration file, or database.
if you want to configure it (like to change the default port or weights of
engines) then you have to modify the source.

build it with `cargo b -r`, the resulting binary will be at
`target/release/metasearch2`. it runs on port 28019.

note that metasearch2 is primarily made for myself, so only features i actually
use will be merged. however i highly encourage you to fork it to add features
you want, and in fact that would make me very happy. also, the code is public
domain so you do absolutely whatever you want with it.

here's a probably incomplete list of maintained forks that add new features:
- https://github.com/mrcbax/metasearch2/tree/seo_spam
- https://git.shrecked.dev/Shrecknt/metasearch