"Searching by exact phrase is not supported on this board."

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is ON
[img] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: "Searching by exact phrase is not supported on this board."

Re: "Searching by exact phrase is not supported on this board."

by randi » Wed Aug 23, 2023 5:58 pm

Graf Zahl wrote: Mon Jul 24, 2023 3:43 pm Don't you mean pre-downgrade...? :twisted:
Unfortunately, staying on the old forum version would have also meant staying on an old PHP version that was no longer getting any updates. I hear (but haven't confirmed) that things are better now, but PHP has had a bad habit of breaking backwards compatibility with itself by slowly undoing bad decisions that were made earlier in its life. :glare:
Professor Hastig wrote: Thu Jul 20, 2023 12:41 am Try to search for words like OpenAL and the search engine 'helpfully' corrects this to whatever.
"Open." It gets stemmed to just "open." I'm pretty sure I can mark specific words to not do that. So aside from these two ("openal" and "gloome"), what others are there that should get this treatment? I won't make this change right away; it requires rebuilding the text search indexes, which will basically bring the forum to its knees for around 10 minutes, I believe. But if I can assemble a list of words, I'll do it the next time I upgrade the database.

Re: "Searching by exact phrase is not supported on this board."

by yum13241 » Wed Jul 26, 2023 6:24 am

The things I miss from the old forum are the actually usable top bar and the old ZDoom Blue theme. The DRDTeam one is close but makes blacks extra hard to read. If advertizers can have exact matches, we should too.

Re: "Searching by exact phrase is not supported on this board."

by Graf Zahl » Mon Jul 24, 2023 3:43 pm

randi wrote: Fri Jul 21, 2023 9:20 pm Lame. The unofficial PostgreSQL search from the pre-upgrade forum could do it.
Don't you mean pre-downgrade...? :twisted:

Re: "Searching by exact phrase is not supported on this board."

by Xeotroid » Sat Jul 22, 2023 12:51 pm

Graf Zahl wrote: Fri Jul 21, 2023 1:52 pm Google also applies some annoying heuristics to their search which makes it just as useless most of the time
Google Search annoys me more and more. Quality of search results aside (which have been on a steady decline), some of the recent interface decisions are awful.
Some time ago they'd decided that the buttons for search types (websites, images, books, maps etc.) should reorder dynamically based on the search query. Sometimes the first button is for images like normal, other times it's for shopping or maps, so don't go around clicking based on muscle memory.
Recently they've added search modifiers into the same tray mixed in with the search types – search for, say, chicken vindaloo, and the tray contains buttons for images, videos, then suddenly "calories", "authentic", and "SHU".
Just a couple of days ago, infinite scrolling for the search results page got briefly activated for me. Funny how even Google implements it without taking the page footer into consideration, so it was unreachable unless you pressed the End key a couple of times, loading a couple of pages of search results for no reason. Not that the footer is particularly useful, but it's sloppy.
And don't even get me started on the reverse image search getting basically useless after Google Lens replaced it on desktop.

Just so that I don't go completely off-topic, this inability to search for exact word matches is aggravating on Discord too, but that thing is also slow, irreplaceable with Google, and confined to a small sidebar, so, things could always be worse.

Re: "Searching by exact phrase is not supported on this board."

by randi » Fri Jul 21, 2023 9:20 pm

Lame. The unofficial PostgreSQL search from the pre-upgrade forum could do it.

Re: "Searching by exact phrase is not supported on this board."

by Graf Zahl » Fri Jul 21, 2023 1:52 pm

Google also applies some annoying heuristics to their search which makes it just as useless most of the time

Re: "Searching by exact phrase is not supported on this board."

by SanyaWaffles » Fri Jul 21, 2023 12:11 pm

I think people's complaints are that the built in search is pretty much useless. Telling them to use something else in the long term is not ideal.

Re: "Searching by exact phrase is not supported on this board."

by yum13241 » Fri Jul 21, 2023 7:18 am

Use Google search by site.

Re: "Searching by exact phrase is not supported on this board."

by Professor Hastig » Thu Jul 20, 2023 12:41 am

I really don't understand why forum search is so bad.

There's some terms that are virtually impossible to find because of orthographic 'correction', alias terms and what not. Try to search for words like OpenAL and the search engine 'helpfully' corrects this to whatever. The result is I find thousands of posts with no relation to the search term. Another one I recently noticed is GLOOME (yes, that old ZDoom based engine) The relevant searches get drowned in an endless list of 'gloom'. It's really depressing. Where's that CRITICAL option of "use words as typed" to disable that stupid aliasing algorithm that never works right?

Also, thanks to Ken Silverman for naming his engine "Build". Good luck finding that in a see of text that frequently contains the verb 'to build'...

Re: "Searching by exact phrase is not supported on this board."

by Graf Zahl » Wed Jul 19, 2023 11:07 am

Forum search is in such a miserable state in general... :(

Re: "Searching by exact phrase is not supported on this board."

by Caligari87 » Wed Jul 19, 2023 9:46 am

From what I can tell, this isn't a setting I can toggle; It's a limitation of the search engine used on the backend.

Our options are:
  • phpBB Native Fulltext
  • MySQL Fulltext
  • Sphinx Fulltext
  • PostgreSQL Fulltext (this is the one currently active and indexed)
Some initial research of the problem seems to indicate that MySQL Fulltext might have this feature but also suggest that fiddling with the backing database on the forum will be required. For example, this post from 2008. I'm not confident in manipulating SQL databases, and changing search engines will require rebuilding the search index (which takes time and server space).

For whatever it's worth, search engines like Bing and Google have indexed our forum pretty extensively, so a query on Google like site:forum.zdoom.org "my first map" seems to return expected exact phrase results, though filtering down by author and other criteria is obviously going to be more difficult than the native solution.

8-)

Re: "Searching by exact phrase is not supported on this board."

by SanyaWaffles » Wed Jul 19, 2023 8:14 am

I noticed this too. It renders searching pretty much useless for me.

"Searching by exact phrase is not supported on this board."

by Professor Hastig » Wed Jul 19, 2023 6:08 am

I got the above message when trying to search for a two word phrase.

Is there a reason why this is inactive? With the current settings it is impossible to search for certain terms because they occur so frequently that specialization is needed to find things.

Top