Improve Forum Search Function: "batch convert" ignored
Posted: Wed Dec 20, 2023 12:47 am
I really couldn't search for "batch", "convert" nor "Batch convert" ! seriously? wow. lol.


Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Was that using the 'Search' option or the 'Advanced search' option, which is Google-powered?XnSoldier wrote: Wed Dec 20, 2023 12:47 am I really couldn't search for "batch", "convert" nor "Batch convert" ! seriously? wow. lol.
If you'd care to ask about the unexpected limitation of the basic search option on the phpBB forum, it would be interesting to know their response...
I am not running the BB Forumcday wrote: Wed Dec 20, 2023 11:31 am If you'd care to ask about the unexpected limitation of the basic search option on the phpBB forum, it would be interesting to know their response...![]()
I am registered with the phpBB forum, and by chance posted only my second ever issue a few days ago, to obtain a piece of information that had long interested me as a moderator on two boards, but I have provided some support relating to the issue you raised that may or may not have been helpful, and am not proposing to raise the search issue you raised, interesting as their response might be, as we have satisfactory alternative ways of searching...
XnTriq wrote: Sun Mar 22, 2009 8:45 pmHopefully Pierre will have time to take care of this after the weekend.Clo wrote:Like a user notices in THAT MESSAGE, there is a new “feature” of the Search extremely annoying,
I also suffered it several times.
XnTriq wrote:Maybe you could make a few adjustments to the common word threshold?
Entering a very rare keyword returns the expected result (1 hit):
XnTriq wrote: Tue Jul 12, 2022 1:00 amAs mentioned by cday, phpBB's built-in search leaves much to be desired.
“Search settings” wrote:Here you can define what search backend will be used for indexing posts and performing searches. You can set various options that can influence how much processing these actions require. Some of these settings are the same for all search engine backends.
[…]
Search backend
phpBB allows you to choose the backend that is used for searching text in post contents. By default the search will use phpBB’s own fulltext search.
- Sphinx Fulltext
- MySQL Fulltext
- phpBB Native Fulltext
- PostgreSQL Fulltext
We use phpBB Native Fulltext (default). Common word threshold is set to 5%. Terms like “nconvert” and “xnview” fall within the threshold.https://www.phpbb.com/community/viewtopic.php?p=14904201#p14904201 wrote:One of the big differences for me is:
Sphinx is the fastest but it doesnt work on Shared Hosts.
phpBB Native is maybe the one that will give better search results BUT if you've let say a large board, let say 300Mb of posts table can create a 600mb of search table. (It will depend the configuration on ACP too) But with this one I can search for words with 3, 2 and even 1 letter.
MySQL Fulltext just create an index at database so it go to 2mb maximum compared to the 600mb of phpBB native lol, but the downside is that it can be slower at give the results, but the real bad thing at least for me is that it is limited to words with 4 letters at minimum. I wanted to be able to search too words with 3 letters as “men” and even 2 letters (in my case), its crucial to find information on my board.
This MySQL limitation I guess could be fixed on dedicate server, but on share hosts you cant change the 4 letters limitation.
About PostgreSQL this is if I used that kind of sql but I use MySQL instead, so I never new about this neither how it works.
My OpenSearch plug-in was purged whenever the forum was updated to the newest version of phpBB, …“phpBB Native Fulltext” wrote:Words which are contained in a greater percentage of all posts will be regarded as common. Common words are ignored in search queries. Set to zero to disable. Only takes effect if there are more than 100 posts. If you want words that are currently regarded as common to be reconsidered you have to recreate the index.
… which is one of the reasons why we decided to install the Google SiteSearch extension:XnTriq wrote: Wed Feb 19, 2020 12:45 amIn addition to the search function that comes with phpBB, the forum can now be searched with Google's integrated Custom Search Engine.
The built-in search isn't useless, IMO. You can Search for author and Search in forums.https://www.phpbb.com/customise/db/extension/googlesearch/ wrote:Adds a Google Search box to your Forum. The responsive style uses the default “Advanced Search” Icon to access the Advanced Search where the Google Search is also available. The Admin can choose whether the search appears in the Header, Navbar or on the Index underneath Breadcrumbs (which also adds the default search). The Extension is supplied with a “search the whole web” Google Search Engine ID, which can be replaced with your own custom ID if you wish. The results are shown in a Forum page.
TL;DR: The reason why I was (and still am) reluctant to change the settings for “common word threshold” is that I have no idea how much storage space is available on the server. I'll ask Pierre again, but please bear with me – 'tis the season and there have been server issues recently.XnTriq wrote: Sun Dec 04, 2022 12:00 amIt's that annoying common word threshold limitation again
https://newsgroup.xnview.com/search.php?keywords=settings wrote:The following words in your search query were ignored because they are too common words: settings.
You must specify at least one word to search for. Each word must consist of at least 3 characters and must not contain more than 14 characters excluding wildcards.This is why we decided to install the Google site search extension for phpBB.https://newsgroup.xnview.com/search.php?keywords=settings+registry+ini wrote:Searched query: settings registry ini
ignored: settings
It should give you the same or similar results as entering site:newsgroup.xnview.com settings registry ini into Google directly.