belongwqz opened a new issue #1293: URL: https://github.com/apache/apisix-dashboard/issues/1293
# Feature request ## Please describe your feature route vars support `IN` operator, in etcd it will like: ``` "vars": [["http_host","IN",["host1","host2"]]] ``` apisix project already support this feature #[3123](https://github.com/apache/apisix/issues/3123) ## Describe the solution you'd like A clear and concise description of what you want to happen. ## Describe alternatives you've considered Currently, I have to create two routes with same config except vars: `"vars": [["http_host","==","host1"]]]` and `"vars": [["http_host","==","host2"]]]` ## Additional context Add any other context or screenshots about the feature request here. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
