Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9050185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T12:35:39+00:00 2026-06-16T12:35:39+00:00

I have a graph database in neo4j that I’m constructing and need to be

  • 0

I have a graph database in neo4j that I’m constructing and need to be able to search full or partial text on a node referenced by an index. Below is a sample node where I can search using an index called Game:

Node[1]{Type:"Game",Name:"Super Mario Kart",Description:"First Mario Kart Game in the series",Id:"a3b11cd8-b179-4775-a69e-ddcdd7b8369e"}

Here is the Cyper query that I’m using:

START game=node:Game('Name:*Super Mario*') RETURN game;

This query however doesn’t return anything. If I modify the query like this, it returns, but I want to be able to search all text in the Name property regardless if there are spaces or not in the text:

START game=node:Game('Name:*Super*') RETURN game;

Here’s my C# code for querying the index:

Node<Game> game = client.QueryIndex<Game>("Game", IndexFor.Node, "Name:*" + name + "*").First();

Here’s the Game entity class:

public class Game
{
    public string Name { get; set; }

    public string Description { get; set; }

}

I’m new to Cypher and am mostly looking for the equivalent to SQL’s LIKE clause. Once I get the query correctly built and running in Neo4j’s console, it should be trivial to get working in Neo4jClient. Please let me know of any suggestions you may have. Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T12:35:40+00:00Added an answer on June 16, 2026 at 12:35 pm

    It turns out that searching on all text was as simple as this:

    START game=node:Game('Name: "Mario Kart"') RETURN game;
    

    This doesn’t require a ‘*’ character at all and returns all games with the name like ‘Mario Kart’. I hope this helps anyone with the same issue.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following graph as a Neo4j graph database: activates (80 °F) (A)------------------------------------->(D)
Say I have a vertex {first_name, last_name} in a graph database (Neo4j in this
]i have this graph that shows the last 7 records from my sqlite database,
I have a graph representing users and some articles they wrote. I need to
I have a graph that contains nodes (groups) composed by inner nodes and when
I have a graph (organigram) how this: digraph G { nodesep=0.3; ranksep=0.2; margin=0.1; node
I have a graph, well, a series of disconnected graphs in Neo4j. I want
I have a non-directed graph table in my SQL Server (2008) database and I
I have a graph database in ne04j where the nodes are connected to each
Greetings, Is there any open source graph database available other than Neo4J?? NOTE: Why

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.