swri-robotics / bag-database

A server that catalogs bag files and provides a web-based UI for accessing them.
Other
344 stars 71 forks source link

Is it possible to filter bag files by more than one parameter? #94

Open BaltashovIlia opened 5 years ago

BaltashovIlia commented 5 years ago

Is it possible to filter bag files by more than one parameter? For example, to filter bag files that have two set topics or a set topic and a tag.

connoranderson commented 5 years ago

I do not believe this is currently possible (through the web UI at least). The only way I have found to search multiple tags is to combine both search terms into the same tag so that a single search query can search across both parameters at the same time.

You might see if the rest api has what you need?

pjreed commented 5 years ago

Yeah, right now that is not possible -- I have ideas in my head about implementing a search mechanism that lets you construct arbitrary boolean expressions, I just haven't done it. It would be nice, though!