SNAFU_MP wrote: ↑11 April 2026, 08:38
I was trying to find out about an issue I have by searching for "final game situation". I got like 1500 results and it said the terms final and game were ignored. I tried the same thing with "+final +game +situation" and got the same result.
What can I do to find what I'm looking for?
When it tells you certain words were ignored, it means they are "stop words" for the BGA search. Using + doesn't yield a different result because those words are ignored completely. Many search systems have "stop words" that are ignored because they would produce too many hits, tax the database, and/or not yield narrow enough results. Common stop words are things like articles, prepositions, and pronouns. But stop words can be specific to
the context of a particular site:
For example, if your product database is comprised of all products related to scented candles, you can think about adding “scented” and “candle” as stop words as it would return every product on your site when searching.
Other BGA stop words include "player," "ELO," and "arena."
Also, you can't search only for specific phrases by enclosing them in quotes. The search function on BGA is fairly rudimentary in that regard.