- Removed use of deprecated APIs for Drupal 9 readiness - Fixed some markup translation syntax
This release contains:
Fixes API URL to make sure all requests are properly passed through.
Fix for resolving erroneous Drupal menu cache hook, specifically for menus. Less errors in the Haystack hook process and the index process does not seem to show any errors.
Separating the Haystack JS object into two objects, Haystack settings and the Haystack init objects.
This enables the use of the new Drupal.settings.haystack.default_search_type = 'article' in the JS to search a default type on load.
This enables the use of the new drupalSettings.haystack.default_search_type = 'article' in the JS to search a default type on load.
Adding a types filter for the updated Haystack JS library. This involves using the machine name for the node type as well as a display name.
Adding type dropdown for Haystack advanced searches. Moving Haystack JS library into larger Drupal settings library (as per our Drupal 8 module).
Updates made - new quick navigation icon - updated status meter
Initial release - supports crawling most/all drupal 8 sites
- fixing the meter that shows how much content has been indexed - stats get posted right away - fix for unpublished content that shows in the results
Not fully functional but ready for beta testing on D8.
<cat>
Initial release - supports crawling most/all drupal 7 sites