Skip to content

Commit

Permalink
Revert "fix: Remove unused doc_id from vfs side query (#124)" (#130)
Browse files Browse the repository at this point in the history
This reverts commit 9eb08b5.

This commit breaks VFS queries as the doc_id field is really still used.
  • Loading branch information
scudette authored Jan 12, 2024
1 parent dd2cf8c commit 2f571e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/vfs_service/assembler.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const (
"bool": {
"must": [
{
"match": {"doc_id": %q}
}, {
"match": {"id": %q}
}, {
"match": {"doc_type": "vfs"}
Expand Down

0 comments on commit 2f571e0

Please sign in to comment.