Ticket #1 (closed defect: fixed)

Opened 1 year ago

Last modified 7 months ago

Amplee Indexers need updates to support Amara objects

Reported by: guest Assigned to: sylvain
Priority: major Milestone:
Component: amplee Version: Current
Keywords: Cc: eric@ionrock.org

Description

The Amplee indexers are still using the current bridge interface for grabbing the elements and/or attributes for indexing.

As an example, one of the indexers I made took the term attribute of an atom category, so I used an XPath expression to get the value:

terms = entry.xml_xpath(u'//atom:category[@term]')

Change History

04/17/08 02:54:23 changed by sylvain

  • status changed from new to closed.
  • resolution set to fixed.

That has been fixed with the 0.6.0 version.