Hey! For the past couple of months, I have been working on a website search engine called Syrch. This search engine, at the moment, strictly searches user-submitted websites. Unlike other web search engines, though, Syrch syrches through tags, to get exactly what you want.
For example, "free, indie, web development" would bring up SparkShell and a few other websites, "-Company:Google" would bring up every indexed site not owned by Google, "-corporate, |Company:Alphabet" would bring up websites not tagged with corporate, but also include websites that are owned by Alphabet, despite being a corporation.
This search function is partially present in YouTube and varying social media, so why not search the Internet with it?
Special thanks to @radi8 for supplying a 100 megabytes JSON list of websites he's indexed.
Please don't ask where I got the inspiration for this was, i forgor
Looking to add web search to your project? Nova Search has completely independent search results accessible via our free API.
You can find out how to use & integrate the API into your project with our publicly available API documentation https://docs.novasearch.xyz
@jeffalo, I found a bug. If you search for a percent encoded string (i.e., literally searching something like exactly %22
) makes the website think (for changes pages and such) that youāre instead searching for what the string encodes to (in this case, thatās be the quotation mark).
This issue seems to be present for both Wasteof2 and Wasteof4.
hey wasteof Iāve been making something Iām quite proud of, a completely independent search engine.
itās definitely not the best, having only just under 6,000 web pages indexed, but it doesnāt take any data from third parties such as Bing or Google, which most other āsearch enginesā (like DuckDuckGo, Ecosia, Yahoo etc) do
you can try it out at https://novasearch.xyz, itās still very work in progress, please do feel free to contribute on github, whether by reporting a bug you find or creating a pull request https://github.com/Nova-Search