Skip to content

Commit

Permalink
Publicy available index
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHinome authored Aug 24, 2024
1 parent cbef6c6 commit feaf753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphql/search/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ pub trait Attributes {
#[derive(Clone, Debug)]
pub struct Search {
client: Client,
index: Option<Index>,
/// Meilisearch index.
pub index: Option<Index>,
ttl_row: Option<String>,
}

Expand Down

0 comments on commit feaf753

Please sign in to comment.