Changes between Version 2 and Version 3 of Ticket #2877
- Timestamp:
- 08/22/12 01:27:13 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2877 – Description
v2 v3 1 1 In progress 2 2 3 1 [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)3 1. [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 4 * q=second does work ... 5 2 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 AFAICT6 3Also weird fact that limit is returned but as as as string - should it not be an integer5 2. 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 6 3. Also weird fact that limit is returned but as as as string - should it not be an integer 7 7 * Types on fields: could these not be canonical and as per recline (or is it important to allow exact sql types ...) 8 8