<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Arial">While doing the implementation of a
new website we have encountered some use cases that are not optimally
supported by the "on board" search of Yanel.<br>
Here an example:<br>
Metadata1: Date, e.g. 2001/01/01 or 2010/06/02<br>
Metadata2: Countries, e.g. France, Germany, UK, Australia, Chile,
Switzerland, Austria<br>
Search example:<br>
Find all content that contains "Prince of Persia" and has
metadata1&lt;2010/06/01 and metadata2 Switzerland, Germany or Austria. <br>
<br>
The current implementation allows either to search in the fulltext with
a query string or to search for one specific attribute, or to scope
down to a specific attribute.<br>
Any combination is not really supported.<br>
<br>
The ideal would be that either some type of SQL syntax or XQuery syntax
is supported and allows to address specific attribute/metadata and
fulltext.<br>
<br>
My 5 cents.<br>
<br>
Bruno<br>
<br>
</font></font>
</body>
</html>