wiedehopf / tar1090

Provides an improved webinterface for use with ADS-B decoders readsb / dump1090-fa
Other
1.27k stars 237 forks source link

Support coma seperated filter syntax in GUI #212

Closed rickstaa closed 1 year ago

rickstaa commented 1 year ago

I'm trying the filter more than one plane using the Filter by ICAO hex id: input field. When I use comma-separated syntax, however, nothing seems to happen (i.e. aae2f1,a980cf). I just read in the documentation that you support this option through query variables (i.e. https://globe.adsbexchange.com/?icao=aae2f1,a980cf). Adding this feature to the GUI would significantly improve user experience since the page doesn't need to be reloaded.

wiedehopf commented 1 year ago

That link selects them, doesn't really filter for them. Just enable multi select and search for each hex.

The filters are js regex so you can just do aa11bb|bb11aa to filter for too hexes i believe .... might need braces.

rickstaa commented 1 year ago

That link selects them, doesn't really filter for them. Just enable multi select and search for each hex.

The filters are js regex so you can just do aa11bb|bb11aa to filter for too hexes i believe .... might need braces.

@wiedehopf Thank you for your answer and the chat support. For people looking at this in the future. I could select multiple planes by enabling the multi-select button M and then using the following syntax 151eee|151d51|7808c8|781335 in the Filter by ICAO hex id: field.