Hi..!

We have XML files similar to the following structure

  <book>
  <title>Book Title</title>
  <chapter>
   <title>Chapter Title</title>
   </chapter>
  </book>

1.We need to provide a search capability to be able to search on book titile.
 As element name of "book title" and  "chapter title" are same, is it
possible to create a constraint or Field configuration ( Database
fields) and pass it to search API.

2. We also need to provide search capability to check
 i) in case of a numeric field if  "search param"  is equal to, not
equal , greater than
   or less than an element value. I know it is possible to accomplish
equal to and not equal to using constraint option of search API but
how can we accomplish greater than , less than conditions using search
API
ii) in case of a date field I need to be able to do is equal , is not
, before , after
is this possible using search API

Thanks
Pradeep Maddireddy
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to