Changes between Initial Version and Version 1 of Ticket #2877


Ignore:
Timestamp:
08/18/12 01:09:32 (21 months ago)
Author:
rgrp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2877 – Description

    initial v1  
    11In progress 
    22 
     3 * [major] q does not seem to work reliably. e.g. using the setup from this gist https://gist.github.com/1930806 and doing a ?q=DE yields no results (does not work with "q=de" either) 
     4  * q=second does work ... 
    35 * Query on search with limit 0 results in total of 0 (should either be null or correct total). Queries with other limits yield correct total AFAICT 
    46  * Also weird fact that limit is returned but as as as string - should it not be an integer 
    57 * Types on fields: could these not be canonical and as per recline (or is it important to allow exact sql types ...) 
     8 
     9### Suggestions 
     10 
     11Filter support: should think in more detail about this (may want to follow recline style) 
     12 
     13Simple filters in query parameters would be nice too ...