1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-02 02:12:46 +02:00

ADD proivide language packs

MOD remove language-specific lists from codebase
MOD update readme
This commit is contained in:
Thomas Wilkerling
2018-03-23 17:35:41 +01:00
parent 70596c73da
commit 2b5d9ceed7
13 changed files with 769 additions and 418 deletions

View File

@@ -837,7 +837,7 @@ describe('Encoding', function(){
it('Should have been encoded properly: Custom Encoder', function(){
FlexSearch.register('custom', test_encoder);
FlexSearch.registerEncoder('custom', test_encoder);
expect(FlexSearch.encode('custom', "Björn-Phillipp Mayer")).to.equal(flexsearch_custom.encode("Björn-Phillipp Mayer"));
});
@@ -1006,7 +1006,7 @@ describe('Add Matchers', function(){
it('Should have been added properly', function(){
FlexSearch.addMatcher({
FlexSearch.registerMatcher({
'1': 'a',
'2': 'b',