VBO Search API
Categories
Component ID
1910528
Component name
VBO Search API
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
VBO Search API allows to integrate VBO in a views using search API index. Be careful, it works only for nodes index.
This is a temporary module until VBO become a backend-agnostic Views field (#1334374: Re-use generic entity views table).
The current working code was first posted by drewish in #1123454: Integration with views bulk operations (vbo).
Installation:
This is not really out of the box but it works.
Get the dev branch of search API:
git clone --recursive --branch 7.x-1.x http://git.drupal.org/project/search_api.git
cd search_api
Get this patch, and apply it:
wget http://drupal.org/files/search_api-vbo-1123454-36.patch
git apply search_api-vbo-1123454-36.patch
Download and enable VBO Search API:
git clone --recursive --branch 7.x-1.x http://git.drupal.org/sandbox/AlexArnaud/1910528.git vbo_search_api
Views configuration:
Create your search API node index view And add the field Indexed Node: Bulk operations.
You're done.
