I'm trying to filter items for a specific App. The problem that I have is that I would like to filter as I would with regular expressions and so
"filters": {
"title": "item"
}
Would return "First Item, Second Item, ..." for all the items that match the keyword "item". Otherwise, how can I search for a specific part of a title like: "A1B2C New Company Project" where I would type the unique part being "A1B2C" and get that item?
I'm using the Podio-js library.