You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Luke Venediger (JIRA)" <ji...@apache.org> on 2009/01/04 15:41:45 UTC

[jira] Commented: (COUCHDB-192) Display query errors in a message panel above the Custom Query editor

    [ https://issues.apache.org/jira/browse/COUCHDB-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660575#action_12660575 ] 

Luke Venediger commented on COUCHDB-192:
----------------------------------------

This error was due to the POST url containing an unrecognised query parameter. The url had a query param called "limit", as in:
http://127.0.0.1:5984/test/_temp_view?limit=10&group=true

This caused the error to return and show up in a message box. However, badly formed javascript does not evoke an error response from the server.

> Display query errors in a message panel above the Custom Query editor
> ---------------------------------------------------------------------
>
>                 Key: COUCHDB-192
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-192
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: Administration Console
>    Affects Versions: 0.9
>         Environment: Ubuntu 8.10 (eeebuntu), asus eee pc 904hd, couchdb v 0.9.0a729754-incubating.
>            Reporter: Luke Venediger
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Display error messages for bad queries in a message panel above the Custom Query editor. Currently, errors are displayed in a JavaScript alert box. Once the user clicks OK he may forget what the error message was. It would be better to show this in a panel above the editor.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.