Hi!
In my use case I use taxonomy to identify my resources (rooms) and have altered the search form to include these terms.
I want to alter the query executed by the AvailabilityAgent in order to find any available resource. To do so, I would require that the queries executed by the agent are tagged.
So, line 84 of the rooms_booking.availability_agent.inc could be:
->addTag('rooms_availability_agent')
I can provide the patch if requested.

CommentFileSizeAuthor
#3 rooms-add_tag-1784950-3.patch1.23 KBmsti
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

acrollet’s picture

Version: 7.x-1.0-beta4 » 7.x-1.x-dev
Status: Active » Needs work

Hi msti,

please do provide a patch, we'll be happy to review it.

msti’s picture

Assigned: Unassigned » msti

Ok, I will provide the patch within the next days

msti’s picture

Status: Needs work » Needs review
FileSize
1.23 KB

here is the patch

msti’s picture

Assigned: msti » Unassigned
jwilson3’s picture

Issue summary: View changes

@ronald, @adrian:

Could this $query->addTag() solution be generalized to the entire module, for better alterability across all queries?