1.0.5 • Published 1 year ago

searcher-by-tags v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago