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
Comment #2
izus commentedThanks for digging
i'll push a commit for that
Comment #4
izus commentedcommit pushed and issue fixed
Thanks