xorm icon indicating copy to clipboard operation
xorm copied to clipboard

Add string searching where methods in querybuilder

Open rishabhsingh971 opened this issue 5 years ago • 0 comments

  • whereStrIn(column, value, {matchCase: false}): search string in an array (with an option to match case)
  • whereStrInJsonArray(column, value, {matchCase: false}): search string in jsonb array (with an option to match case).

rishabhsingh971 avatar Feb 25 '19 09:02 rishabhsingh971