1.0.5 • Published 2 years ago

searcher-by-tags v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

searcher-by-tags

Class with functions that are searching tags in user request and return target values depends of tags.

Install NPM package:

npm install searcher-by-tags

Example of usage:

const SearcherByTags = require('searcher-by-tags');
const searcherByTags = new SearcherByTags();

console.log(searcherByTags.getTargetValuesByUserRequestExactSearch(
    {
        'userRequest': 'hello all all everyone', 
        'targetValuesByTag': {
            'all': ['a','l','l'],
            'hello': ['h', 'e', 'l', 'l', 'o']
        }
    }
));
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago