Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/clauses/search.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ RETURN movie.title AS title, movie.rating AS rating
.Error message
[source, error]
----
22ND3: The property `title` has not been added as an additional property for the vector index `moviePlots`.
22ND3: The property `title` is not an additional property for vector search with filters on the vector index `moviePlots`.
----
====

Expand Down Expand Up @@ -877,7 +877,7 @@ RETURN movie.title AS title
.Error message
[source, error]
----
Vector search embeddings referencing the search variable
Vector search query vector referencing the search binding variable
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"search binding variable" or "binding search variable"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be search binding variable. But I will actually close this PR, because I'm updating the errors to the new GQL format Stefano introduced instead

----

|
Expand Down