Searching in forums
- Entity Valkyrie 2
- Posts: 2100
- Joined: February 26th, 2019, 7:13 pm
- Contact:
Searching in forums
I found that I couldn't find what I was looking for in forums because it ignores words like "B" or "H" or "G", and also I can't search for a consecutive phrase of words.
Bx222 IS MY WORST ENEMY.
HyperConway — explore cellular automata on HyperRogue's hyperbolic tiling
Creator of the rule StateInvestigator
Please click here for my own pages (and oscillator stamp collections)
HyperConway — explore cellular automata on HyperRogue's hyperbolic tiling
Creator of the rule StateInvestigator
Please click here for my own pages (and oscillator stamp collections)
Re: Searching in forums
Google actually has functionality to search for specific phrases but unfortunately doesn't advertise it very well. You can also restrict the search to a given site or even a subdirectory on that site. Here's an example if you want to search for the phrase "B conduit":
https://www.google.com/search?client=fi ... CAo&uact=5
I'm genuinely amazed that after 12 years or so phpBB still hasn't gotten around to improving their search engine, but at least there are other ones available.
https://www.google.com/search?client=fi ... CAo&uact=5
I'm genuinely amazed that after 12 years or so phpBB still hasn't gotten around to improving their search engine, but at least there are other ones available.
Wiki: http://www.conwaylife.com/wiki/User:Ian07
Discord: lan07 (yes, that's a lowercase L)
xs24_69bobjob96
Discord: lan07 (yes, that's a lowercase L)
xs24_69bobjob96
Re: Searching in forums
This issue came up a few weeks ago, where it was mentioned that for some reason a Google search couldn't find relevant posts on the Other Cellular Automata board, only the ones in Patterns and Bugs & Errors and maybe General Discussion.Ian07 wrote: November 16th, 2019, 9:51 amI'm genuinely amazed that after 12 years or so phpBB still hasn't gotten around to improving their search engine, but at least there are other ones available.
Nathaniel has since submitted a request for Google to index those pages, but as of today a Google search still seems to be missing all the 4c/11 references in OCA. Maybe that will change eventually with enough indexing requests. (?)
Re: Searching in forums
Is there a way that a slash character can be considered as part of a word when searching?
For example, if I search for "c/4" the results look for "c" and "4", and complains that they are common words.
Adding single or double quotes doesn't help.
BCNU,
-dbell
For example, if I search for "c/4" the results look for "c" and "4", and complains that they are common words.
Adding single or double quotes doesn't help.
BCNU,
-dbell
- b-engine
- Posts: 3762
- Joined: October 26th, 2023, 4:11 am
- Location: Somewhere on where Earth At
- Contact:
Re: Searching in forums
This is phpBB, which is for general forums which doesn't have that many slashes. Escaping with backslash also doesn't work.dbell wrote: March 25th, 2026, 9:55 pm Is there a way that a slash character can be considered as part of a word when searching?
Try INT Minesweeper
- NNlk05
- Posts: 597
- Joined: January 14th, 2026, 8:42 pm
- Location: Exploring in the Jungle of the INT Rulespace
- Contact:
Re: Searching in forums
As someone who works in conduits a lot, I can tell you this is very annoying when trying to find a partial to work with.
Feci quod potui, faciant meliora potentes.
https://nnlk05.github.io
=3
Code: Select all
x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
=3
Re: Searching in forums
Yup, we are all constantly annoyed by this and/or have gotten used to the annoyance.
PHPBB forum search behavior isn't likely to magically change any time soon. It used to work sometimes to search via Google specifically for conwaylife.com/forums results as a workaround. But it was never particularly reliable, and I haven't been able to get any results that way recently. From Ian07's message above, it looks like that functionality broke sometime between 2019 and now.
When new names or new naming conventions are needed, it's a very good idea to design terminology so that it's easy to search for. Conduit names like "HF94B" were specifically designed so that if you searched for the systemic name for a candidate new conduit on the forums, and nothing showed up, you could be fairly sure that it was a new discovery.
If someone wants to put together a very detailed proposal to do something radical, like scan all existing message text for strings like "c/4" or anything else that we want to be able to match and then bulk edit all messages to add searchable tags at the bottom of each message -- "cFORWARDSLASH4" or whatever -- then maybe we could think about doing that. Seems like that would be fairly ugly, though. Could be a good use of 1-point font I suppose.
PHPBB forum search behavior isn't likely to magically change any time soon. It used to work sometimes to search via Google specifically for conwaylife.com/forums results as a workaround. But it was never particularly reliable, and I haven't been able to get any results that way recently. From Ian07's message above, it looks like that functionality broke sometime between 2019 and now.
When new names or new naming conventions are needed, it's a very good idea to design terminology so that it's easy to search for. Conduit names like "HF94B" were specifically designed so that if you searched for the systemic name for a candidate new conduit on the forums, and nothing showed up, you could be fairly sure that it was a new discovery.
If someone wants to put together a very detailed proposal to do something radical, like scan all existing message text for strings like "c/4" or anything else that we want to be able to match and then bulk edit all messages to add searchable tags at the bottom of each message -- "cFORWARDSLASH4" or whatever -- then maybe we could think about doing that. Seems like that would be fairly ugly, though. Could be a good use of 1-point font I suppose.
- squareroot12621
- Posts: 706
- Joined: March 23rd, 2022, 4:53 pm
Re: Searching in forums
A few days ago, I heard a complaint on Discord about the unsearchability of the forums. After a little experimentation, I realized it could be solved fairly easily, so I wrote a program that fixes it. It’s called PETS (short for phpBB Enhanced Tagging System), and it lets you add and search for invisible tags in posts.
Currently, PETS is released as version 0.1—not because the actual program is unfinished, but because the CGoL tag list is. I’d love to hear what feedback you have to improve it!
Currently, PETS is released as version 0.1—not because the actual program is unfinished, but because the CGoL tag list is. I’d love to hear what feedback you have to improve it!
- I6_I6
- Posts: 999
- Joined: July 26th, 2025, 8:44 pm
- Location: Here, there, somewhere, anywhere, everywhere.
- Contact:
Re: Searching in forums
Cool! I'm adding a tag to this post to test it.squareroot12621 wrote: July 29th, 2026, 3:56 pm A few days ago, I heard a complaint on Discord about the unsearchability of the forums. After a little experimentation, I realized it could be solved fairly easily, so I wrote a program that fixes it. It’s called PETS (short for phpBB Enhanced Tagging System), and it lets you add and search for invisible tags in posts.
Currently, PETS is released as version 0.1—not because the actual program is unfinished, but because the CGoL tag list is. I’d love to hear what feedback you have to improve it!
ⵌpetsˍtestingˍtag
EDIT:
It works! I have some questions.
Why does the tag start like this...
Code: Select all
[size
TAGS size=1]Code: Select all
[size=1]Testing that to see if it actually works:
ⵌpetsˍtestingˍtag2
Edit 2: It does.
An extra feature I would suggest would be to allow users to drag the panel around, since it's sitting right in front of the search bar in the corner.
Code: Select all
#C [[ THEME Golly ]]
x = 27, y = 15, rule = LifeHistory
8.A$A6.A.A$3A4.BA2B.B2D$3.A4.2B.2B2DB$2.2A2.3B.6B2.3B$2.20B$4.19B$4.2B
C10BD4B$4.2B2C10BD4B$4.B2C11B2D3B$4.13B2D4B$5.12BD3B.B2A$6.13B3.BA.A$
6.3B.B3.B10.A$25.2A!
- squareroot12621
- Posts: 706
- Joined: March 23rd, 2022, 4:53 pm
Re: Searching in forums
In the preview window, there's no difference; the TAGS attribute and the extra line breaks just get ignored. I put them in so the tags would be clearly visible in the text box, and they wouldn't be deleted accidentally.I6_I6 wrote: July 30th, 2026, 11:21 am …I have some questions.
Why does the tag start like this......instead of just this?Code: Select all
[size TAGS size=1]Code: Select all
[size=1]
I thought of adding the extra space (so a really long tag wouldn't drop the last word of the actual text to the next line) before I thought of adding more [size=1] tags.
Good idea. I'll see what I can do to add that.I6_I6 wrote: July 30th, 2026, 11:21 am An extra feature I would suggest would be to allow users to drag the panel around, since it's sitting right in front of the search bar in the corner.
Edit: PETS now has a ⠿ button that drags the window around.