Setting up a general request function.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s

This commit is contained in:
2026-02-06 13:07:34 -05:00
parent ff7eaa1a96
commit ca68759c79
3 changed files with 5 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
use morethantext::{
action::Query,
document::{definition::DocDef, field::FieldType},
action::{DocDef, FieldType, Query},
MTTError, MoreThanText, Name,
};
use uuid::Uuid;