17 Commits (91d5308d996ea03d3b3cb36bb68e01f091ce191f)

Author SHA1 Message Date
Peter Clement 91d5308d99 linting 5 years ago
Peter Clement 078cb07b04 use normal combobox for filtering array columns 5 years ago
Peter Clement 725b9bb6e2 Add more validation options for array field 5 years ago
Peter Clement 05568295b5 Add not contains option to lucene query builder 5 years ago
Peter Clement f000d44e39 Add contains option to lucene query builder 5 years ago
Martin McKeaveney 5d560022c5 lint 5 years ago
Martin McKeaveney f4232bd7d7 couchDB auth options 5 years ago
Andrew Kingston d6761fa9a8 Fix setVersion not returning itself to restore builder syntax compatibility 5 years ago
Andrew Kingston 72061f341e Add missing version to paginated search endpoint 5 years ago
mike12345567 fa3cf585d7 Adding concept of version to APIs. 5 years ago
mike12345567 94744ffbd8 Updating to use default false for search pre-processing. 5 years ago
mike12345567 a5d9883f28 Updating internal search to disable features were required. 5 years ago
mike12345567 e24c6bafd1 Removing optional chaining, not valid in Node. 5 years ago
Andrew Kingston 520651119b 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 2ec00c32b6 Linting. 5 years ago
mike12345567 65358cf10d Fixing an issue with lucene equality searching, strings weren't handled correctly. 5 years ago
mike12345567 ce8d06df06 Some of the functionality required for external SQL rows API. 5 years ago
Keviin Åberg Kultalahti 9f5e891b72 lint:fix 5 years ago
Andrew Kingston 1e8c485ad3 Use POST requests with JSON bodies for searching instead of GETs with query string params 5 years ago
Andrew Kingston f6babcbe8d Refactor server side search to use objects for params to tidy things up 5 years ago
Andrew Kingston e4ce428ef1 Remove debug logging 5 years ago
Andrew Kingston 1a729aca91 Remove sorting by auto ID when output processing rows 5 years ago
Andrew Kingston 8d46cc60fe Add jsdoc to search utils 5 years ago
Andrew Kingston 960a2925ca Fix bug with determing whether another page exists when performing paginated searches 5 years ago
Andrew Kingston e09440f077 Allow multipage searches and implement optional pagination to data providers 5 years ago
Andrew Kingston 4db2ee1843 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 1a2e17ff17 Add support for numerical sorting 5 years ago
Andrew Kingston 797e8a8b67 Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 0afbf1649e lint:fix 5 years ago
Andrew Kingston 6f6770cef7 Add server-side searching and pagination to data providers using internal tables 5 years ago
Andrew Kingston 3a601d76ce Support NOT lucene queries and escape whitespace 5 years ago
mike12345567 12ed9f9d02 Quick change after reviewing. 5 years ago
mike12345567 273855ed8c Some minor updates to make search test cases pass. 5 years ago
mike12345567 97f8d34947 Some final changes to search system so that the new indexing system is used instead of mango to achieve exactly the same result. 5 years ago
mike12345567 b97071bf82 Rewriting search to use the new couchdb 3.0 search functionality. 5 years ago