Skip to content
New issue

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

Querying with a type tracebacks #17

Closed
remram44 opened this issue Oct 2, 2013 · 2 comments
Closed

Querying with a type tracebacks #17

remram44 opened this issue Oct 2, 2013 · 2 comments
Assignees
Labels
Milestone

Comments

@remram44
Copy link
Owner

remram44 commented Oct 2, 2013

file_archive path/to/store query age=str:two

@ghost ghost assigned remram44 Oct 2, 2013
@remram44
Copy link
Owner Author

remram44 commented Oct 2, 2013

This is because parse_metadata() makes dicts with {'type': 'str', 'value': ...} (suitable for insertion) instead of {'type': 'str', 'equal': ...} (suitable for querying)

@remram44
Copy link
Owner Author

remram44 commented Oct 2, 2013

b30fa77 breaks parse_metadata() into parse_new_metadata() and parse_query_metadata()

@remram44 remram44 closed this as completed Oct 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant