Infinidat / infinisdk

Python SDK for INFINIDAT storage products
https://infinisdk.readthedocs.org
Other
9 stars 5 forks source link

Filtering wildcard support #7

Closed shorbachuk closed 5 years ago

shorbachuk commented 5 years ago

Does the Infinibox API support wildcards?

I want to do something like this ?name=:like*vdi

I want to match stevevdi and not stevevdisteve

ayalash commented 5 years ago

@shorbachuk The Infinibox API currently does not support wildcards. When you use the like operator, it already search for substring, so you don't have to use the *, But you cannot use wildcards/regex expressions.

shorbachuk commented 5 years ago

Would like this feature. Thank you

ayalash commented 5 years ago

I will pass your request to our product team.