mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-25 08:35:49 +03:00
[PR #18] [CLOSED] Added support for comparison operators (other than equal) in querystring #103
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jeffknupp/sandman2/pull/18
Author: @kuthair
Created: 1/4/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
5bb799eAdded support for comparison operators (other than equal) in the format:ed37df5Merge pull request #1 from jeffknupp/master📊 Changes
1 file changed (+8 additions, -1 deletions)
View changed files
📝
sandman2/service.py(+8 -1)📄 Description
Added support for comparison operators (other than equal) in the format:
?{key}__{op}={value}Examples:
Return only if somefield is greater than 3:
?somefield__>=3Return only if somefield is less than or equal to 7 (note use of URL encoded equal sign):
?somefield__<%3D=7🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.