UNPKG
@imranbarbhuiya/mongoose-fuzzy-searching
Version:
latest (3.0.5)
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.1
Mongoose fuzzy searching plugin
github.com/imranbarbhuiya/mongoose-fuzzy-searching
@imranbarbhuiya/mongoose-fuzzy-searching
/
lib
/
config.js
10 lines
(9 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
config = {
DEFAULT_MIN_SIZE
:
2
,
DEFAULT_PREFIX_ONLY
:
false
,
ESCAPE_SPECIAL_CHARACTERS
:
true
,
DEFAULT_EXACT_SEARCH
:
false
, };
exports
.
default
= config;