I have a solution working but I have a request for wildcard search and I can’t find anything about this.
From a SQL query it would look something like this: select * from mytable where myfield like ‘abc*’
and it would return all rows from mytable where myfield start with “abc”.
Is something like this possible in dgraph, dql?
and if yes can anyone point me to the documentation how it’s done.