Experimental project

This is a sandbox project, which contains experimental code for developer use only.

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.

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution No further development
    No longer developed by its maintainers.
  • Created by Alex Arnaud on , updated