[PR #18] [CLOSED] Added support for comparison operators (other than equal) in querystring #103

Closed
opened 2026-02-26 01:33:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jeffknupp/sandman2/pull/18
Author: @kuthair
Created: 1/4/2016
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 5bb799e Added support for comparison operators (other than equal) in the format:
  • ed37df5 Merge 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__>=3

Return 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jeffknupp/sandman2/pull/18 **Author:** [@kuthair](https://github.com/kuthair) **Created:** 1/4/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`5bb799e`](https://github.com/jeffknupp/sandman2/commit/5bb799ef2e7bd88f4c8cd1146a774abf1da37379) Added support for comparison operators (other than equal) in the format: - [`ed37df5`](https://github.com/jeffknupp/sandman2/commit/ed37df59b3f3a0d9b565689b0cfd0c5546c372e8) Merge pull request #1 from jeffknupp/master ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `sandman2/service.py` (+8 -1) </details> ### 📄 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__>=3` Return only if somefield is less than or equal to 7 (note use of URL encoded equal sign): `?somefield__<%3D=7` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 01:33:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sandman2-jeffknupp#103
No description provided.