coulisse / spiderweb

Web Interface for DXSpider hamradio cluster
https://www.iu1bow.it
GNU General Public License v3.0
25 stars 12 forks source link

add filtering of DIGI spots also in the comment field. #26

Open coulisse opened 1 year ago

coulisse commented 1 year ago

Adding a search string also by word filtering in the Comments field (e.g. FT) should be flexible. Let's say we can add also a word MSK, PSK ... and other DIGI modes.

Originally posted by @s50u in https://github.com/coulisse/spiderweb/issues/25#issuecomment-1368182639

s50u commented 1 year ago

I hope we understand each other? DIGI filter should not only filter spots by frequency range but also filter spots by the content of the string digi modes in the comment field of the spot. I recall some commonly used digi modes tags such as:

I think that by filtering also these digi modes from the comment field of the spots we would eliminate a lot of spots that are not in the digi modes frequency range filter.

Danilo S50U

HB9VQQ commented 1 year ago

Comment field Filtering needs to be as flexible as possible and not limited to only filtering Digi Modes but any user-entered expression/words.

Use cases: Only show Spots with "FT8" in the comment Only show Spots with "CQ" and "JA" in the comment Only show Spots with "PSK" or "CW" in the comment

Do not show Spots with "POTA" in the comment Do not show Spots with "CW" and "QRP" in the comment Do not show Spots with "FT8" or "CW" in the comment

Thanks