10 Commits (a95f1839bc29be2844873a99a00a176d4917e670)

Author SHA1 Message Date
Andrew Kingston 78dc524f79 Fix setVersion not returning itself to restore builder syntax compatibility 5 years ago
Andrew Kingston 0845bde7b4 Add missing version to paginated search endpoint 5 years ago
mike12345567 9f06b180a8 Adding concept of version to APIs. 5 years ago
mike12345567 bf4fb71257 Updating to use default false for search pre-processing. 5 years ago
mike12345567 e96f45464a Updating internal search to disable features were required. 5 years ago
mike12345567 4fbe37ff0e Removing optional chaining, not valid in Node. 5 years ago
Andrew Kingston a5e27e1387 Fix lucene filtering of all types by parsing values as expected types, and correctly wrapping non-numeric types while building queries 5 years ago
mike12345567 2bee1b6b56 Linting. 5 years ago
mike12345567 85f7b056d2 Fixing an issue with lucene equality searching, strings weren't handled correctly. 5 years ago
mike12345567 564cdd8102 Some of the functionality required for external SQL rows API. 5 years ago
Keviin Åberg Kultalahti a3f5e1af8c lint:fix 5 years ago
Andrew Kingston bdca01e7d8 Use POST requests with JSON bodies for searching instead of GETs with query string params 5 years ago
Andrew Kingston 82b64dcd1f Refactor server side search to use objects for params to tidy things up 5 years ago
Andrew Kingston 04353f8c88 Remove debug logging 5 years ago
Andrew Kingston 26014f4e5c Remove sorting by auto ID when output processing rows 5 years ago
Andrew Kingston f54096447d Add jsdoc to search utils 5 years ago
Andrew Kingston 1c07e0a895 Fix bug with determing whether another page exists when performing paginated searches 5 years ago
Andrew Kingston da40086c0b Allow multipage searches and implement optional pagination to data providers 5 years ago
Andrew Kingston a3fbe6a34a Allow data provider filtering using dates and date ranges, and allow filtering using a value or binding for any type 5 years ago
Andrew Kingston 78ae68981e Add support for numerical sorting 5 years ago
Andrew Kingston 556236ebce Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 4ec2e7d01f lint:fix 5 years ago
Andrew Kingston 5aee405245 Add server-side searching and pagination to data providers using internal tables 5 years ago
Andrew Kingston bd8269619c Support NOT lucene queries and escape whitespace 5 years ago
mike12345567 357cd8cfbd Quick change after reviewing. 6 years ago
mike12345567 3916b9a29a Some minor updates to make search test cases pass. 6 years ago
mike12345567 659874c9ee Some final changes to search system so that the new indexing system is used instead of mango to achieve exactly the same result. 6 years ago
mike12345567 a5fd8d0e33 Rewriting search to use the new couchdb 3.0 search functionality. 6 years ago