Skip to content

Commit

Permalink
Add tests on uuid payload index queries with filters (qdrant#4971)
Browse files Browse the repository at this point in the history
* Add on_disk:True for uuid index schema check

* Add tests for uuid payload index

* Fix test

* Add test comparing filtered queries between keyword index and uuid index

* Remove order by case

* Clean up
  • Loading branch information
tellet-q authored and timvisee committed Aug 29, 2024
1 parent 92f2090 commit dea45cb
Show file tree
Hide file tree
Showing 3 changed files with 623 additions and 30 deletions.
1 change: 1 addition & 0 deletions tests/openapi/test_payload_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ def test_payload_schemas():
{
"type": "uuid",
"is_tenant": True,
"on_disk": True,
},
]

Expand Down
Loading

0 comments on commit dea45cb

Please sign in to comment.