SagaLore
Elite Member
I know what causes the search to "fail".
Its too precise.
To fix, simply remove "spaces" as a searchable character.
If I search for "test message" in the "All of these words" field, I'm literally searching for "test message". Instead, it should be flexible enough to search for any combination of those two words like so -
"test message"
"testmessage"
"test, message"
"test message!"
Ideally, considering the the field is for All of these words, and NOT "Exact phrase", it should also return results based on:
"I am testing this message"
"This message is a test"
"This message will self destruct, this is not a test"
Additionally, there are 3 drop down choices for where to search. Title and summary, Title and body, and just Body. But, when we're frantically trying to find an existing thread, I know at least I try the first two options, which doubles the amount of queries run - and redundantly searches the Title column. So it would save overhead by searching All Title, Summary, and Body by default, and removing the dropdown box, or adding a new default option to Search All.
Thank you for taking the time to read this. I hope you consider implementing it. 🙂
Its too precise.
To fix, simply remove "spaces" as a searchable character.
If I search for "test message" in the "All of these words" field, I'm literally searching for "test message". Instead, it should be flexible enough to search for any combination of those two words like so -
"test message"
"testmessage"
"test, message"
"test message!"
Ideally, considering the the field is for All of these words, and NOT "Exact phrase", it should also return results based on:
"I am testing this message"
"This message is a test"
"This message will self destruct, this is not a test"
Additionally, there are 3 drop down choices for where to search. Title and summary, Title and body, and just Body. But, when we're frantically trying to find an existing thread, I know at least I try the first two options, which doubles the amount of queries run - and redundantly searches the Title column. So it would save overhead by searching All Title, Summary, and Body by default, and removing the dropdown box, or adding a new default option to Search All.
Thank you for taking the time to read this. I hope you consider implementing it. 🙂