Spaces:
Runtime error

dzenzzz commited on
Commit
d17d194
·
verified ·
1 Parent(s): 7e03879

Update doc_searcher.py

Browse files
Files changed (1) hide show
  1. doc_searcher.py +1 -1
doc_searcher.py CHANGED
@@ -63,7 +63,7 @@ class DocSearcher:
63
  ),
64
  FieldCondition(
65
  key="vrsta_akta",
66
- match=MatchText(text=law_type)
67
  ),
68
  ]
69
  )
 
63
  ),
64
  FieldCondition(
65
  key="vrsta_akta",
66
+ match=MatchValue(value=law_type)
67
  ),
68
  ]
69
  )