By popular demand. Remember: if autosuggest should seem slow, try turning
opac_visible off first.
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
FALSE
);
-INSERT INTO config.global_flag (name, label, enabled)
+INSERT INTO config.global_flag (name, label, value, enabled)
VALUES (
'opac.use_autosuggest',
oils_i18n_gettext(
'opac.use_autosuggest',
- 'OPAC: Show auto-completing suggestions dialog under basic search box (put ''opac_visible'' into the value field to limit suggestions to OPAC-visible items)',
+ 'OPAC: Show auto-completing suggestions dialog under basic search box (put ''opac_visible'' into the value field to limit suggestions to OPAC-visible items, or blank the field for a possible performance improvement)',
'cgf',
'label'
),
- FALSE
+ 'opac_visible',
+ TRUE
);
SELECT evergreen.upgrade_deps_block_check('YYYY', :eg_version);
-INSERT INTO config.global_flag (name, label, enabled) VALUES (
+INSERT INTO config.global_flag (name, label, enabled, value) VALUES (
'opac.use_autosuggest',
- 'OPAC: Show auto-completing suggestions dialog under basic search box (put ''opac_visible'' into the value field to limit suggestions to OPAC-visible items)',
- FALSE
+ 'OPAC: Show auto-completing suggestions dialog under basic search box (put ''opac_visible'' into the value field to limit suggestions to OPAC-visible items, or blank the field for a possible performance improvement)',
+ TRUE,
+ 'opac_visible'
);
CREATE TABLE metabib.browse_entry (