Starting this afternoon, our search function has changed in some way. forum
We have several titles that we add to frequently and so we use the search quite heavily. Until this afternoon, when we searched for a title and then clicked on it, it would take us to the first post of the thread.
Now it’s taking us to some random place in that thread.
Example: Searching for “Black Clover” in the search and clicking on it takes us to (approximately) post 230 of 463.
Searching for “Dragon Ball” takes us to (approximately) post 817 of 1101.
The first post has the name in it as well as several dozen posts before the post it’s taking us to.
Ideally, we want it to take us to the first post and only as a second choice would we want it to take us to the last post in the thread. Definitely not somewhere in the middle of the thread.
I was in these threads yesterday and was posting at the end. Have been through them all several times front to back.
I guess I don’t understand this since almost 90% of the posts have the search words in it, including the first post which usually has it multiple times.
So what @maiki said here is correct and is actually the behavior that we want when search results are ordered by relevance. However, we had a bug in our code previously where we would only show either the earliest post or latest post of a topic that matches the given term.
This can still be achieved with the in:first filter.
Something definitely seems to be off with the search results here because I can definitely find other posts which I think should be ranked higher. Let me investigate.
Thank you for looking into this. My belief is that if what I’m searching for is the actual title of the thread, then it should take me to the first post; not some post that the system thinks is “relevant”. What the system believes is relevant probably has little to do with how we actually use our forum.
This reminds me of Twitter that keeps switching my mode to “Top Tweets” instead of “Most Recent Tweets”. Who want to read tweets in some random order instead of how they happen. (sorry for the off-topic rant)