We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi ! I am looking for retrieving all entries that start with an exact specified key (partial match).
Is this a feature available or upcoming ?
Thanks !
The text was updated successfully, but these errors were encountered:
Since the code enforces keys to be str, the implementations should be fairly simple...but, how would you expect to retrieve those entries? has a dict?
str
dict
Sorry, something went wrong.
I have added something that I think solves your request. Let me know if it is not as you thought.
No branches or pull requests
Hi ! I am looking for retrieving all entries that start with an exact specified key (partial match).
Is this a feature available or upcoming ?
Thanks !
The text was updated successfully, but these errors were encountered: