mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-27 15:50:44 +02:00
minor refactoring to align with the documentation
This commit is contained in:
@@ -43,7 +43,7 @@ describe("Encoder: Charset", function(){
|
||||
|
||||
const index = new Index({ encoder: Charset.Exact });
|
||||
expect(index.encoder.encode("Björn-Phillipp Mayer")).to.eql(
|
||||
["Björn-Phillipp", "Mayer"]
|
||||
["Björn", "Phillipp", "Mayer"]
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user