- Thu Aug 25, 2016 1:19 pm
#61798
As annoying the lack of edit, linebreaks and preview is, what would be REALLY useful is a better search algorithm. (The current implementation searches for the literal string, so searching for "newby clutch" for instance, would only return posts with instances of that exact string, instead of all posts which contain both words.)
This would help finding relevant information, and prevent questions from being re-asked any number of times.
And this doesn't only apply to the forum, but also to the part store search!
Edit might be a little harder to implement, but linebreaks, preview and a better search should really not be that much work...
Really all that would be required to get linebreaks working for instance is to have the equivalent of input.replace('
', '
').replace('
', '
') in the part of the code that parses the user input. Literally a five minute job!
By the way, if you come across the re-login problem after posting, you can just go back one page and copy the post. (All modern browsers should remember form contents when going back.)