]
Brett Meyer updated ARTIF-260:
------------------------------
Fix Version/s: 1.0.0.Alpha2
Free Text Search for artifacts Enhancement
------------------------------------------
Key: ARTIF-260
URL:
https://issues.jboss.org/browse/ARTIF-260
Project: Artificer
Issue Type: Feature Request
Components: Client
Environment: N/A
Reporter: Cojan van Ballegooijen
Assignee: Brett Meyer
Fix For: 1.1.0.Final, 1.0.0.Alpha2
Support free-text searching through any client. Expand "xp2:matches" to
support a "." value.
/s-ramp[xp2:matches(., '.*foo.*')] == find all artifacts that have
"foo" in *any* metadata.
Further expand the above to include artifact *content*. We'll need to make use of
ModeShape full text searching, as well as its support for Tika text extractors.
In addition, we should consider allowing searches through a content-specific value.
Something like: /s-ramp[xp2:matches(@content, '.*foo.*')]