diff options
Diffstat (limited to 'client/types.js')
| -rw-r--r-- | client/types.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/types.js b/client/types.js index 6311816..9a66973 100644 --- a/client/types.js +++ b/client/types.js @@ -7,10 +7,13 @@ export const tagAsType = (type, names) => ( ) export const api = tagAsType('api', [ - 'loading', 'loaded', 'error', + 'loading', 'loaded', 'error', 'updateQuery', ]) export const system = tagAsType('system', [ ]) export const init = '@@INIT' + +export const MATCH_THRESHOLD = 6 +export const SIMILAR_THRESHOLD = 20 |
