From d349e62cf53eda4b1a6b3cdc75ae9302dc2d4d5d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 28 Apr 2019 17:12:15 +0200 Subject: browse by clicking results --- client/types.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'client/types.js') 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 -- cgit v1.2.3-70-g09d2