How to ignore character accents when indexing text?
By Default café is indexed separately from cafe.
Setting --diacritic-folding flag at Dgidx will index café as cafe and setting it at Dgraph level makes search matches with either term (Cafe or café).
How to configure at both Dgidx and Dgraph level?
By Default café is indexed separately from cafe.
Setting --diacritic-folding flag at Dgidx will index café as cafe and setting it at Dgraph level makes search matches with either term (Cafe or café).
How to configure at both Dgidx and Dgraph level?
Dgidx:
Using the --diacritic-folding flag on Dgidx causes accented characters to be mapped to simple ASCII equivalents.
Using the --diacritic-folding flag on Dgidx causes accented characters to be mapped to simple ASCII equivalents.
Dgraphs:
Using the --diacritic-folding flag on the Dgraph allows Anglicized search queries such as cafe to match against result text containing international characters (accented) such as café.
Using the --diacritic-folding flag on the Dgraph allows Anglicized search queries such as cafe to match against result text containing international characters (accented) such as café.