How to do query search in CLI and in the console

Hi Team,

I am trying to search for a string which exists in the DB using the CLI and it throws an error saying "No results found for query".

I have enabled the search.
Similarly while searching in the web console it returns no result found.

Hi,

Can we see the query you are running and the triple(s) from the data set you are expecting to see matched?

stardog query search -q 'hasCured' testDB

Do you have full text search enabled? (search.enabled true)

Are you looking for a literal that contains 'hasCured' or a property IRI that contains 'hasCured' ?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.