Hi,
Example:
in Dgraph
Name:“energy”,
Id:123If i search name= “Energy”,it should return “energy” node details and vice versa.
what is the schema(indexing type ) i should use ,exact indexing not working.
Thanks
Hi,
Example:
in Dgraph
Name:“energy”,
Id:123If i search name= “Energy”,it should return “energy” node details and vice versa.
what is the schema(indexing type ) i should use ,exact indexing not working.
Thanks
Hi siva,
Instead of trying
query_name ( func : eq ( [email protected] , "Energy" ) )
try
query_name ( func : allofterms ( [email protected] , "Energy" ) )