I am using java webservices to do the full text search for the documents stored in the content server. It works perfectly when I am only using one modifier. But when I user two or more modifiers in the query url. It seems only the first one is valide and all others are ingored. Here is the sample url I used:
where1=abcd&Location_ID1=33791&modifier1=wordbeginswith&modifier2=wordendswith.
Based on the documentaion, we can apply multiple modifies, but I couldn't find any examples like the "where" parameter. Does any one can help me with it.
Thanks.
Tim Jian