Nicer tantivy documents
Open
- Dominant language
- Lua
- Stars
- 17
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
(In the yet unmerged tantivy branch) `content.query` returns a sequence of document objects, which can be nicer to use, for example, to get the uuid of a document, one uses `doc:get_first(content.fields.uuid)`, a possible alternative would be `doc.uuid:get_first()`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.