PINE64
remove the four-character search term limit - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=1)
+--- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=74)
+--- Thread: remove the four-character search term limit (/showthread.php?tid=14477)



remove the four-character search term limit - halogen - 07-21-2021

you can't do a search on this forum if the search expression is shorter than 4 characters, or only consists of words that are shorter than that. this is quite a limitation because IT is full of three-letter abbreviations. for example, I wanted to look into the topic of LTE, but of course I can't search for either "LTE", "4G" or "LTE 4G". this is just the most recent example from the many so far.

can the administrators please lower or remove this limit? it would make the forum much more useful!


RE: remove the four-character search term limit - robertgsoliz - 07-24-2021

you can start with eliminating what lies after the full stop:
Code:
set obs 1
g stockidentifier="AHD.ASX"
split stockidentifier , p(.)
drop stockidentifier2


RE: remove the four-character search term limit - fire219 - 07-28-2021

Unfortunately, I can't really do anything about this. I have lowered the limit in the past, but it completely broke the search function. Sad