Site Searches

Introduction

A good navigation system around a web site is essential once a site grows this is because once a visitor lands on one of your pages they may be interested in reading more of what you have written.

I have always thought that websites should help their visitors and so my site has had a search function since 2004.


PicoSearch

One of the first search engines I put onthe site was a JavaScript based one. This meant the whole site index had to be downloaded for it to work. The index file quickly grew to close to 1Mb and soon became unmanageable.

In 2002, I scrapped the JavaScript solution and looking around found PicoSearch (Internet Archive).

PicoSearch search console

PicoSearch search console on my site in 2013

PicoSearch was great. The free plan would index up to 250 pages but in early 2014, I received an email from them saying the service would end on July 1, 2014. Their website started carrying the message that:

IMPORTANT ANNOUNCEMENT
PicoSearch web service will end July 1, 2014

After 17 years of providing site search, we are informing you that PicoSearch is ending. As of this time, no new account registrations nor new payments will be accepted. Pre-existing accounts will continue to operate until July 1st, 2014.

Looking around at various other site search alternatives, I chose to put Google Custom Search Engine (GCSE) on my site.


Google Programmable Search Engine (GPSE)

Google has been offering a method of embedding a search engine to find information on a particular site since October 23, 2006. Originally known as Google Co-op, then very shortly after, Google Custom Search Engine (GCSE) and later still, Programmable Search Engine (PSE).

Belonging to the world's largest search engine specialists this worked perfectly on my sites, but in January 2026, something odd happened to the search console on my sites. It started to look different depending on which browser was used to visit my sites.

Google PSE in the Chrome browser

Google PSE in the Chrome browser
This is the way that previous to January 2026, it appeared in all browsers

Google PSE in the Edge and Opera browsers

Google PSE in the Edge and Opera browsers

Google PSE in the Firefox browser

Google PSE in the Firefox browser

Of course this should not be happening, it should be rendering the same, or nearly the same, in all browsers. The search console is a fairly complex table, I do not know why it needs to be so complex, but that's up to Google. Each part of the table is being rendered differently in the various browsers. For example, using the developer tools in the browsers, Chrome is rendering the main table at 363 x 29 pixels, Edge and Opera at 290 x 58px and Firefox at 208.5 x 30.5px.

The search results are not affected but the change in the console interface does not look very good. This is not just affecting my site but others as well such as the Trees of Stanford site.

From the Google PSE Help Community, Google are doing two things that may be causing this. They are experimenting with both different UIs (User Interfaces) and creating the search results using AI (Artificial Intelligence). From how the console is appearing, I assume they are sending different code to the various browsers.

I find changes to my site made by the utilities I use on it very disconcerting. In February 2026, I started looking around for alternative site searches, just in case Google cannot get its act together.


Alternative Site Search Engines

In January 2026, Google changed the appearance of their Programmable Search Engine in various browsers. I find changes to my site made by the utilities I use on it troubling and in February looked around at what alternatives were available.

The site search utility should be free and be able to handle the 4,000 HTML pages my site now consists of, and handle my other sites which contain a total of around 10,000 pages. I have full control of the site server, I actually self-host it, so I can also self host the search engine utility if needed.

FreeFind

FreeFind looks good. There is a free vesion but that is initially limited to 64Mb of data. There are various paid versions, the cheapest for my use would be $19 a month for low-priority use, or $39 per month for the pro version.

Lucene

Lucene is a fast full-featured search engine witten in Java. It has been ported to other languages such as Perl, C, Python, Ruby and PHP

Perlfect Search

Perlfect Search (Internet Archive) was a Perl based CGI (Common Gateway Interface) self-hosted site search. The scripts can both produce the indexes and search those. The last version produced was 3.37, and is still available for download from SourceForge. Daniel Naber has written several patches and plugins for Perlfect Search.

SiteLevel

SiteLevel looks useful. The free level can index up to 1,000 pages, which is not enogh for my use. It has a paid version that can handle a lot more pages, but up to 5,000 pages costs $75 a month.

Web Search Engines

Most major web search engines support the site: keyword. Using this keyword searches can be limited to a certain website. An example would be "site:brisray.com castle". One search engine that this does not work for is Ask, but that appears to be an exception to the rule.

It should be possible to add a text box to a webpage, get whatever is entered into it, afix that to site:brisray.com and send the string to the search engine of your choice. It should even be possible to create a dropdown and let the visitor choose which search engine they would prefer to use. Maybe even open the results in a modal window, much like the Google Programmable Search Engine does.

YaCy

YaCy is a free self-hosted utility and can be installed either in a Docker container or by installing the Java framework. The software has lots of documentation and a community forum, both of whuch can be very useful.


Sources and Resources

FreeFind
Google's Programmable Search Engine
Lucene (Wikipedia)
Perlfect Search (Internet Archive)
PicoSearch (Internet Archive)
SiteLevel
YaCy