I use a form with exposed search filter and search autocomplete when the user is anonymous not working:
My form input logged:
<input title="Search keywords" placeholder="" data-drupal-selector="edit-keys" class="form-text form-control form-autocomplete ui-autocomplete-input" type="text" id="edit-keys" name="keys" value="" size="15" maxlength="128" data-id="autcomplete_car" autocomplete="off">
My form input unlogged:
<input title="Search keywords" placeholder="" data-drupal-selector="edit-keys" class="form-text form-control" type="text" id="edit-keys" name="keys" value="" size="15" maxlength="128">
In jquery.autocomplete.js replace:
Drupal.behaviors.autocomplete
with
Drupal.behaviors.search_autocomplete
AND
Drupal.autocomplete = autocomplete;
with
Drupal.search_autocomplete = autocomplete;
Closed: outdated
2.0
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.