Greetings!
I noticed some (presumably minor) mistakes with the searching mechanics in the Developer Hub, and I just need to point them out.
1. Multiple Search Predictions of the Same Page
As you can see, the term “Scripting” yields the “Script Terrain” article, but it’s displayed twice.
This is the same with API References:
I noticed this on many search terms, thus, I conclude that this may be universal (not just local to several particular search inputs).
Something weird I noticed is that these “clones” of pages always appear on top of the other search predictions (I don’t know if that means anything).
2. The Search Predictions are Order-Based
What I mean is that simply typing “MouseButton1Down” doesn’t show the predictions of “GuiButton.MouseButton1Down” (which it should):
But, if I actually type out the latter quote in that order (like “GuiButton…”), the predictions yield appropriately:
But once again, the top two are the same and are duplicated for some reason (error #1).
The pattern of this “bug” is quite uncertain. At first, I thought it was any search term that involved a member or method of an object. But then, after some experimenting, I saw that it works with some pages and it breaks for other pages.
3. Pressing ENTER
While Hovering Over a Prediction Opens that Page
Basically, when I have a term like “GUI” and I hover over something like “Intro to GUIs” and I press enter (hoping it would bring me to the search page instead of any articles/API references), it directs me to the page I was hovering over (even though I didn’t click).
Here’s a video outlining this:
When I hover over “Intro to GUI” and “TweenService:Create()”, I’m not clicking. Instead, I’m pressing enter. Notice that it still opens that page.
This happens 100% of the time.
Those are all the errors. I know that there may be more, but these are the ones that I noticed through my use of the Developer Hub.
Thank you for stopping by,
and Happy Developing!