Commit c9948d2
authored
hotfix: update create method to use sfq query array to handle collection change (#625)
Note: this is a temporary solution
* Update create method to use sfq query array to handle collection change
The create method now expects params.query.sfq as an array of strings and joins them with 'AND' to form the query.
* wrap terms with parenthesis
---------
Co-authored-by: Daniele Guido <1181642+danieleguido@users.noreply.github.com>1 parent 3b861a4 commit c9948d2
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
0 commit comments