1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00
Commit graph

52 commits

Author SHA1 Message Date
Mel O'Hagan 4e7e067eef Add unit test and fix 2022-10-04 16:28:29 +01:00
Mel O'Hagan 3451a1817d Fix table block search 2022-10-04 13:55:43 +01:00
Mel O'Hagan bd62ac1000 Wrap number in quotes if string search 2022-10-03 11:30:57 +01:00
Mel O'Hagan 6f3ad479b3 lint 2022-08-15 14:11:42 +01:00
Mel O'Hagan 3d55b60add Added unit tests for internalSearch 2022-08-15 14:11:15 +01:00
mike12345567 2904b1a5db Merge branch 'develop' of github.com:Budibase/budibase into feature/multiselect-filters 2022-08-15 12:24:41 +01:00
Michael Drury 1b574bc58f
Merge pull request #7049 from Budibase/fix/2585
Updating filters to allow multiple uses of the same property and exposing allOr option
2022-08-09 11:00:38 +01:00
mike12345567 77947e8ba9 Adding unit tests for internal DB lucene syntax building. 2022-08-08 19:17:28 +01:00
Andrew Kingston 1f3b1b675f Insert table ID back into query for follow-up pagination query 2022-08-05 16:06:16 +01:00
mike12345567 5eeb2ea600 Updating the filter system to allow adding multiple filter properties of the same name at once, as well as enabling the use of the allOr property from within the UI - resolves an old issue #2585. 2022-08-02 18:34:58 +01:00
Mel O'Hagan 0ea6514907 lint 2022-07-28 08:56:52 +01:00
Mel O'Hagan b160af6603 Has any filter InternalDB 2022-07-27 13:02:46 +01:00
Mel O'Hagan a75f3b7bba NotContains internalSearch 2022-07-26 17:21:58 +01:00
Mel O'Hagan f436c50b5b Postgres has all of 2022-07-26 15:59:49 +01:00
Mel O'Hagan 71adcfab3c Has all of internalSearch 2022-07-26 14:01:45 +01:00
Mel O'Hagan f376fc30b3 lint fix 2022-07-19 17:28:56 +01:00
Mel O'Hagan e5dc38845b Added contains support for datasource pluses 2022-07-19 17:25:41 +01:00
Mel O'Hagan 1345ec831a Test prettier precommit 2022-07-19 14:17:09 +01:00
Mel O'Hagan 6a1867939c Contains now works for internalSearch array type 2022-07-19 14:11:40 +01:00
mike12345567 77b2e68935 Updating specs to state that oneOf is allowed, fixing YAML issue and making sure allOr function works for lucene. 2022-07-05 19:54:11 +01:00
Mel O'Hagan b42259118f Merge branch 'develop' into feature/in-not-in-filter 2022-06-29 09:05:28 +01:00
Mel O'Hagan 6d394e551d Using allPreProcessingOpts 2022-06-27 14:20:51 +01:00
Mel O'Hagan f1188a8b81 Remove regex 2022-06-24 21:37:58 +01:00
Mel O'Hagan d019fb8555 Internal table support for oneOf 2022-06-24 21:15:41 +01:00
Andrew Kingston da0429582a Replace all column spaces with underscores when performing internal searches 2022-06-22 12:39:55 +01:00
mike12345567 00c67289b0 Fixing an issue with cookie auth. 2022-04-27 16:56:30 +01:00
Andrew Kingston d6e568dbe3 Replace all spaces with underscores in column names rather than just the first one 2022-02-14 10:21:31 +00:00
mike12345567 da87b3d73e Merge branch 'develop' of github.com:Budibase/budibase into lab-day/refactor-app-db 2022-01-31 17:00:22 +00:00
mike12345567 40c6eb2007 Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
mike12345567 8115f6eef2 Getting the static formulas being processed on input, not re-processing on output. 2022-01-20 18:04:44 +00:00
mike12345567 836a2f5863 Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
Peter Clement 18671d24b7 fix issue with 0 evaluating to false in query builder 2021-12-15 16:32:04 +00:00
Peter Clement 24d611b653 refactor of multi-option filtering and validation 2021-08-27 08:05:22 +01:00
Peter Clement 974e264f50 fix indexing of arrays 2021-08-26 14:22:52 +01:00
Peter Clement 624080800f Fix lucene not allowed characters 2021-08-26 11:39:42 +01:00
Peter Clement c28d0ef1ea linting 2021-08-25 19:25:57 +01:00
Peter Clement 3ce5b96b0c use normal combobox for filtering array columns 2021-08-25 17:00:42 +01:00
Peter Clement c681330793 Add more validation options for array field 2021-08-25 15:49:04 +01:00
Peter Clement 04ce0abd46 Add not contains option to lucene query builder 2021-08-25 14:05:00 +01:00
Peter Clement d55218e813 Add contains option to lucene query builder 2021-08-24 16:14:38 +01:00
Martin McKeaveney 537f5fdaa4 lint 2021-08-17 14:15:24 +01:00
Martin McKeaveney c66f5ab6ff couchDB auth options 2021-08-17 14:11:03 +01:00
Andrew Kingston 78dc524f79 Fix setVersion not returning itself to restore builder syntax compatibility 2021-07-23 15:57:50 +01:00
Andrew Kingston 0845bde7b4 Add missing version to paginated search endpoint 2021-07-23 15:55:58 +01:00
mike12345567 9f06b180a8 Adding concept of version to APIs. 2021-07-23 15:29:14 +01:00
mike12345567 bf4fb71257 Updating to use default false for search pre-processing. 2021-07-23 13:44:46 +01:00
mike12345567 e96f45464a Updating internal search to disable features were required. 2021-07-23 13:29:50 +01:00
mike12345567 4fbe37ff0e Removing optional chaining, not valid in Node. 2021-07-23 13:07:10 +01:00
Andrew Kingston a5e27e1387 Fix lucene filtering of all types by parsing values as expected types, and correctly wrapping non-numeric types while building queries 2021-07-22 15:53:20 +01:00
mike12345567 2bee1b6b56 Linting. 2021-07-19 14:32:14 +01:00