coulisse / spiderweb

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

Regex or wildcard search for callsigns/spotters #48

Open DocViper666 opened 11 months ago

DocViper666 commented 11 months ago

On the main page the search (top right) is very "exact" on the callsign. Only exact matches for spotter (DE) or spotted callsign (DX) are returned as result. I think a regex or wildcard based search would be great in that case.

So searching for all "OE5" callsigns could be like: Regex: ^OE5 or with wildcards: OE5*

Same goes for the filter view. Not sure if a "like" sql search would help here.