• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Searching Forums

Mac128

Well-known member
I just did a search for "SE" "ROM" and "Plus". The three terms together, nor each individual term returned any hits. Is there a minimum number/type of characters to performa search? I find it quite odd it found no postings with the word "Plus", yet had no trouble finding multiple hits with "512K". Are there some sort of rules posted somewhere for how search works?

 

Dog Cow

Well-known member
Words shorter than 3 characters cannot be searched for, nor can words which are too common, nor words which appear on the stop list.

Consult the phpBB 3 documentation for further details.

 

Mac128

Well-known member
Words shorter than 3 characters cannot be searched for, nor can words which are too common, nor words which appear on the stop list.
I think you mean 3 characters or less. Which is somewhat problematic for a user group that discusses things like: MFM, HFS, MFS, DOS, ROM, etc. According to the phpBB3 docs, the number of characters is controlled by the administrators. Not sure if there is a reason to limit it like this. Are they protecting us against some kind of spam attack? I'm guessing it likewise is there to reduce bandwidth and resources going towards searches for word's like "a", "an" and "the".

Also, it further specifies that the admin. can set "common words". Obviously "Plus" is going to appear quite a lot. By that token, so is Performa, Quadra, Power, etc. Again, I assume the only reason to use this filter is to reduce drain on the server.

Nothing is mentioned of the "stop list" in this documentation. But I would assume if there is a stop list, there is also a "pass list" which allows certain otherwise restricted words to pass?

Hopefully, in future updates there will be a way to deal with this. I'm certain topics have been covered before but I can't search them because it is not possible. No wonder things I remember don't show up in search results. Some kind of keyword feature for each thread would be helpful so that we can all search by known terms like "macse" and "maclc", along with a tutorial.

 

~tl

68kMLA Admin Emeritus
For performance reasons, we use the MySQL native ("FULLTEXT") search index rather than phpBB's native search index. This has a built in limit of 4 characters minimum for search terms and is a server wide setting and, unfortunately, can't be changed.

 

Mac128

Well-known member
This has a built in limit of 4 characters minimum for search terms
and evidently common word filter like "plus". Google actually works much better if I am looking for something, except it doesn't allow me to limit search results to a specific forum, unless there is a way to limit the site search to a specific sub-forum.

 

macgeek417

Well-known member
you could do something like

Code:
site:68kmla.org +f=1 plus
which would search for "plus" in forum 1.

 
Top