From: Martin F. <ma...@ne...> - 2006-08-09 15:25:38
|
Hi Ben, We are aware of this and it's moving steadily up our to-do list. It's just a bug based on the SQL, and we're actually rewriting the way that works. q does a full text index search on most of the fields in the database. We don't have much in the way of official sorting options at the moment. Usually it's by timestamp descending, but for q it actually creates a score based on which field the data appeared in. We should have a fix for this soon. Cheers, Martin Benjamin Good wrote: > Hi, > > I would like to GET tags that are related to a search term. Trying > the following results in an error (perhaps the developers have seen > the auto-bug reports already). > > http://www.connotea.org/tags/?q=ontology&num=10 > > If I constrain the query to a particular user like: > > http://www.connotea.org/tags/user/bgood/?q=ontology&num=10 > > then things are peachy. > > What am I doing wrong? > What exactly does the ?q=X search actually do ? > Is there any way to return the results sorted in a particular way? > How are the results currently sorted (if at all) ? > Anyone else working with Java? > > thanks! > -Ben > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Connotea-code-devel mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/connotea-code-devel |