Complex queries in searches
It would be nice to have the ability to do complex/compound searches natively for configDB, primarily based on configs/payloads, but through tags would be nice as well
Examples:
- Search for all payloads matching
key1:value1 AND/OR key2:value2 - Search for
key:value* - Search for
key:[value1-value2]ie value= (1-10), or input list perhaps?key:listOfMatches - For a JSON payload (ie
{"config":{"ABCs":{"common":{"ADCS1": "00d031ac"}}}}), just search for desired key:value pair without full path (ie{"ADCS1": "00d031ac"}) - Search for all payloads with payload X under branch Y (native nested search. Currently have to search for ID, then search under that ID. Not a huge priority, just nice ease of use feature).