search test
Can someone help me how to do a working searchbar
RYANTADIPARTHI (6006)
here's a link to help on search bar. Not functionality.
Ask coding questions
Can someone help me how to do a working searchbar
here's a link to help on search bar. Not functionality.
as I understand search bars are pretty tough to make. However this depends on what you want to search. Do you want to search your website? Or use a search engine?
@DavidSafro search engine
@PufferFishMan than yeah I don't know how much coding experience you have but this is difficult to make. I would ask @Coder100
search engines are not super easy to make, but they are possible, it'll take a week's worth of time where you recursively scrape every link you can find.
a website search bar is very possible let me make a quick example
@PufferFishMan
@PufferFishMan Building off of what coder100 said you will also need a huge amount of CPU, bandwidth and storage.
In addition, you might also need to add some restricting properties to your crawler to avoid sites who don't want their web pages crawled.
Thanks @Coder100
Ok @Baconman321
https://replit.com/@Coder100/PrudentWarmheartedProfiler-meanie#script.js @PufferFishMan