Skip to content

Commit 7acf20f

Browse files
committed
Simplified search query
1 parent 4089b98 commit 7acf20f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rushdb/api/properties.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ class PropertyValuesQuery(SearchQuery, total=False):
1111
"""Extended SearchQuery for property values endpoint with text search support."""
1212

1313
query: Optional[str] # For text search among values
14-
orderBy: Optional[OrderDirection] # Simplified to only asc/desc for values
15-
1614

1715
class PropertiesAPI(BaseAPI):
1816
"""API for managing properties in RushDB."""

0 commit comments

Comments
 (0)