KjetilIN / rs-search-engine

A custom search engine built with Rust. It parses HTML files and utilizes TF-IDF scoring to rank document relevance based on search queries. The project includes a Rust-based backend server and vanilla HTML/CSS for the web frontend.
MIT License
0 stars 0 forks source link

Verify URL's before sending to frontend #6

Open KjetilIN opened 3 months ago

KjetilIN commented 3 months ago

What?

Make sure that the URL's exist. Create a "checking" system. Should maybe be in the backend.