Skip to content

Commit

Permalink
re-add establishment and query text manipulation; #1
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Mar 17, 2016
1 parent 97cab1e commit b146235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/live_filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ var live_filters = function(interface_id, manager, golr_conf_obj,
'display_free_text_p': true,
'free_text_placeholder': 'Free-text filter',
'display_accordion_p': true,
'minimum_free_text_length': 3, // wait for three characters or more
//'minimum_free_text_length': 3, // wait for three characters or more
'minimum_free_text_length': 0, //
'on_update_callback': function(){}
};
var folding_hash = in_argument_hash || {};
Expand Down

0 comments on commit b146235

Please sign in to comment.