Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have the Search API Autocomplete configured to 'Retrieve from server'. When I test a search there is an AJAX call to domain.com/views-autocomplete-filters/solr_search_content/page_2/search_api_fulltext/0?q=keyword which always returns an empty JSON response (empty object).
I have looked through all the options with the aid of the documentation, and everything looks fine. Other options like 'Display live results' and Suggester also do not return anything.
I am using bootstrap sub-theme and its carousal does not repeat from the beginning, it can slide and everything works well but in the end the sliding stop.
I want to add a field on content type that references another field values of another content type. How can I achieve this?
I tried creating an entity reference view but there is no field entity reference type. Should I create this kind of entity reference by code in a view plugin format?
The resulting field is a select list referencing a textfield values from another field of a content type.
Any ideas, suggestions or help is appreciated. Thank you very much!