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

Complete field lookups #7

Open
26 of 31 tasks
thclark opened this issue Sep 19, 2020 · 0 comments
Open
26 of 31 tasks

Complete field lookups #7

thclark opened this issue Sep 19, 2020 · 0 comments
Assignees
Labels
feature A new feature of the app

Comments

@thclark
Copy link
Contributor

thclark commented Sep 19, 2020

The Dataset.get_files method allows only a very limited set of field lookups.

Implement a complete set like this

  • exact
  • iexact
  • contains
  • icontains
  • in
  • gt
  • gte
  • lt
  • lte
  • startswith
  • istartswith
  • endswith
  • iendswith
  • range (of integers)
  • date
  • range (of date)
  • year_equals
  • year_in... etc
  • iso_year
  • month
  • day
  • week
  • week_day
  • iso_week_day
  • quarter
  • time
  • hour
  • minute
  • second
  • isnull
  • regex
@thclark thclark self-assigned this Sep 19, 2020
@thclark thclark added decision needed A decision is required (e.g. on UX or company policy) experience (UX) feature A new feature of the app labels Sep 19, 2020
@thclark thclark added this to To do in Twined Ecosystem Roadmap via automation Sep 19, 2020
@thclark thclark removed the decision needed A decision is required (e.g. on UX or company policy) label Sep 19, 2020
@thclark thclark moved this from To do to Triage in Twined Ecosystem Roadmap Nov 26, 2020
@thclark thclark removed their assignment Jul 16, 2022
@cortadocodes cortadocodes self-assigned this Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature of the app
Projects
Status: Priority 2 (Medium)
Development

No branches or pull requests

2 participants