• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

internal search engine

Contributor ,
Mar 11, 2023 Mar 11, 2023

Copy link to clipboard

Copied

I created two websites, recenlty, using dreamweaver. The first has alot of bootstrap with my own coding. The second one was all raw coding, no bootstrap. I wish to now create an internal search engine. The site must be indexed and there should be a form avaible for the vistor. The form looks easy enough, but is there a reacommended search/index api? (or whatever it's called). About 20 years ago, I used a perl program to create a rudimentary search engine. it actually worked somewhat. I know there are better, free alternatives out there. Is https://www.screamingfrog.co.uk/seo-spider/ a good choice? I have been using freefind. They are nice enough but the fee is very high, if you don't want ads in the results. 

Views

291

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 11, 2023 Mar 11, 2023

Copy link to clipboard

Copied

Now for a dose of reality.  Nothing worth having is free unless you want to manually build a custom site search with PHP & MySQL data. Of course, this requires your content be stored in an online database that can be queried.

https://riyoalo.medium.com/building-a-custom-search-engine-using-php-and-mysql-b9265a1693b2

 

Freefind.com is one I've used several times. The free version is OK but the paid version works very well -- much better than the free one.

 

Google custom search API is another option.  Pricing varies based on usage. Free for up to 100 searches per day,  (bots can easily chew that up if you're not careful).  After that you pay a nominal fee for 1,000 searches or more per day.  To use Google custom search API, first obtain a unique ID and API key from Google.  IMPORTANT: Keep your ID and key hidden from prying eye bots & harvesters.  They will exploit your account if given an opportunty.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 11, 2023 Mar 11, 2023

Copy link to clipboard

Copied

quoteIs Screaming Frog a good choice? I have been using freefind...

By @default0vaokg78cv42

============

Screaming Frog is not a search engine. 

It appears to be some kind of SEO auditing tool for developers. 

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 11, 2023 Mar 11, 2023

Copy link to clipboard

Copied

Screaming Frog is a leading SEO/ Site auditing tool, try this here:

Paul-M - Community Expert

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 11, 2023 Mar 11, 2023

Copy link to clipboard

Copied

LATEST

What sort of search terms are you looking at? Do your users need to search for certain parts or articles or something else?

 

I ask this because it is useless searching your site for some irrelevant term, it is not worth the effort.

 

To illustrate, here I search for a home with at least 4 bedrooms, priced below $450K.

BenPleysier_0-1678584110509.png

In this case the content is stored in a JSON file. But this could be any relational database to your liking.

 

What I am trying to say with this, do not have a search box just for the sake of having a search box. It helps no one, least of all you as the developer.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines