We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb6060 commit d544fd8Copy full SHA for d544fd8
packages/tdb-react-table/src/AdvancedSearch.js
@@ -185,7 +185,7 @@ export const AdvancedSearch = (props) =>{
185
if(element.properties.operator === "like"){
186
value = `(?i)${value}`
187
}else if(element.properties.operator === "starts_with"){
188
- value = `(ˆ)${value}`
+ value = {startsWith:value}//`(ˆ)${value}`
189
}
190
191
let valueObj = {}
0 commit comments