I recently switched from Apache Solr to Search API + search_api_solr and was hoping to find a feature comparable to the views support that is in apachesolr_exclude_node.

Any chance that there are plans to include views support here? I'd really like to be able to review a list of all content that has been excluded from search.

Thanks!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

BBC created an issue. See original summary.

potop’s picture

Status: Active » Needs review
FileSize
4.37 KB

Attached patch contains Views API support (mostly copypasted form mentioned Apachesolr Exclude Node): Node exclude status field and filter.
It also contains Views Bulk Operations support with two actions implemented for bulk nodes exclusion an inclusion

joel_osc’s picture

Nice patch, came in handy - thank-you. I did have an issue with it though, there was a function not found 'module_get_path'. I am not sure, but I think this should be drupal_get_path. I have re-rolled the patch with this change it is necessary.

potop’s picture

@joel_osc My bad! This was our internal utility method.
So you patch is the correct one. Thank you!

  • joel_osc authored cb34190 on 7.x-1.x
    Issue #2633668 by potop, joel_osc: Views Support
    
MiSc’s picture

Thanks! Added to the new release.

MiSc’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.