From d2a6570377d0d85f269f3c696c840874a4ff5422 Mon Sep 17 00:00:00 2001 From: ljeub-pometry <97447091+ljeub-pometry@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:41:18 +0100 Subject: [PATCH] add search feature to graphql (#1417) --- raphtory-graphql/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raphtory-graphql/Cargo.toml b/raphtory-graphql/Cargo.toml index 221be25906..aa228631d6 100644 --- a/raphtory-graphql/Cargo.toml +++ b/raphtory-graphql/Cargo.toml @@ -13,7 +13,7 @@ readme.workspace = true homepage.workspace = true [dependencies] -raphtory = { path = "../raphtory", version = "0.6.1", features = ['vectors'] } +raphtory = { path = "../raphtory", version = "0.6.1", features = ['vectors', 'search'] } bincode = "1" base64 = "0.21.2" thiserror = "1.0.44"