When using the multiple entities filter I ran into the following error:
Call to undefined method SearchApiAttachmentsMultipleEntitiesAlterSettings::is_temporary() in X/sites/all/modules/contrib/search_api_attachments/contrib/search_api_attachments_multiple_entities/includes/callback_attachments_multiple_entities_settings.inc on line 37.

Quick search uncovered the typo. is_temporary should be isTemporary on line 37.
Also noticed that is_private should be isPrivate.

This same issue exists with the entityreference filter line 139.

Great module and thanks for all the work.

Comments

ajfasano created an issue. See original summary.

izus’s picture

Thanks for digging
i'll push a commit for that

  • izus committed 453bca1 on 7.x-1.x
    Issue #2989585 by ajfasano, izus: Call to undefined method is_temporary
    
izus’s picture

Status: Active » Fixed

commit pushed and issue fixed
Thanks

Status: Fixed » Closed (fixed)

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