Skip to content

Introduce textSearch SearchQuery param to find Records by search term without specifying Property Name #146

@1pxone

Description

@1pxone

Why?

Some cases require developers to search across dataset without specifying property name explicitly.

{ q: "neo4j tutorial" }

This pseudo query should perform search across the dataset by calling something like this:

MATCH (n)
WITH n, apoc.map.values(n, keys(n)) AS values
WHERE ANY(value IN values WHERE toLower(value) CONTAINS toLower('neo4j tutorial'))
RETURN n

Metadata

Metadata

Assignees

No one assigned

    Labels

    SDKThis issue or pull request is related to SDKcoreThis issue or pull request is related to CoredashboardThis issue or pull request is related to DashboarddocumentationImprovements or additions to documentationenhancementNew feature or request

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions