Hey folks, I'm using prism search, for the search ...
# orm-help
g
Hey folks, I'm using prism search, for the search in 2 columns of my table, firstName and lastName, but it gives me an error when I search for the same string in both fields.
Copy code
where: {
        firstName: { search: 'word' },
        lastName: { search: 'word' },
      } // this is an error
but when I try to use differents string in the firstName and lastname is correct the function
1
Continuing conversation in above thread ☝️