Islandora / advanced_search

This module creates several blocks to support searching. It also enables the use of Ajax with search blocks, facets, and search results.
https://www.drupal.org/project/advanced_search
GNU General Public License v2.0
3 stars 9 forks source link

Check if view argument is null before function call #30

Closed amym-li closed 1 year ago

amym-li commented 1 year ago

Errors

Notice: Undefined index: in Drupal\advanced_search\AdvancedSearchQuery->alterView() 
(line 304 of /var/www/drupal/web/modules/contrib/advanced_search/src/AdvancedSearchQuery.php)

Error: Call to a member function getPlugin() on null in Drupal\advanced_search\AdvancedSearchQuery->alterView()
(line 304 of /var/www/drupal/web/modules/contrib/advanced_search/src/AdvancedSearchQuery.php)

To reproduce