Author

Topic: Option to filter messages based on keywords (Read 98 times)

copper member
Activity: 1624
Merit: 1899
Amazon Prime Member #7
November 22, 2021, 09:15:37 PM
#5
Yeah, this forum isn't really designed for a nice filter. Probably not going to be implemented in the current forum software, I suspect it would break too many things, and be too time consuming to implement. The best your going to get is filtering it yourself via the search function which can be rather dire at times or using a search engine to do the filtering.

Simple Machines Forum while how good it used to be, really starts to show its age when it comes to implementing new features, due to the fact that it doesn't seem to scale well, it wasn't built with modern coding practices, and even the smallest change can break things. At least, that's been my limited experience with it.
Being able to filter posts by "keyword" efficiently would require a full text search index be added to the forum database.

My guess is that theymos has concluded that adding the above index is too expensive for the benefit it would provide.

Anytime you add an index to a database, it will become more expensive to add an additional row (such as a post) that is affected by the index. There are already a lot of indexs on the forum database that affects posts, such as the topic ID, the board ID, if a post is an OP, and the UID of the person making the post.

If there was a sufficient benefit, I don't think it would be especially difficult to implement. I am not particularly familiar with SMF, but I don't think it would be terribly more complex than automatically running a SQL query based on the text being searched, and creating an HTML template to display the results. The search text would need to be escaped, but that is true for all searches.

The above would at least be the solution if the forum was deployed via a flask app. It was suggested that the new forum software be build on Django (which is very similar to flask). I am not really sure why this option was not used. A flask app that can host a basic forum could probably be built in a week or two. Some of the additional required features might take a little bit longer, but only because they are so numerous. Each of the requirements would essentially be building SQL queries that do each of the required features, and possibly expanding/adjusting the database schema. Using flask or Django would not even require the forum using a server (except for its database).
legendary
Activity: 2170
Merit: 3858
Farewell o_e_l_e_o
November 22, 2021, 08:23:29 PM
#4
You can customize your search with some options
  • Search in topic subjects only
  • Message age
  • Choose a board to search in or search all. I think this is what you asked

Some topics to search better and I think you can find something helpful
staff
Activity: 3248
Merit: 4110
November 22, 2021, 08:02:05 PM
#3
Yeah, this forum isn't really designed for a nice filter. Probably not going to be implemented in the current forum software, I suspect it would break too many things, and be too time consuming to implement. The best your going to get is filtering it yourself via the search function which can be rather dire at times or using a search engine to do the filtering.

Simple Machines Forum while how good it used to be, really starts to show its age when it comes to implementing new features, due to the fact that it doesn't seem to scale well, it wasn't built with modern coding practices, and even the smallest change can break things. At least, that's been my limited experience with it.
copper member
Activity: 2030
Merit: 1788
฿itcoin for all, All for ฿itcoin.
November 22, 2021, 03:01:59 PM
#2
If the message has a subject. There is a work around by sorting them alphabetically by clicking on subject


You can then navigate to a particular page containing the subject of interest and also use "ctrl + F"

I don't think such a feature will be added when the forum is using this forum software
full member
Activity: 1274
Merit: 106
November 22, 2021, 02:24:15 PM
#1
I have seen such an option on some forums and it is really an useful feature. Such a feature if implemented here also can be quite useful. Like suppose there is a member with multiple bst threads in different niche, he can fiter the messages related to a particular service and talk to the respective sender of that message.

Same way those who get lot of messages like staff related to different aspects can also filter the messages and take desired action if required in future.
Jump to: