What is a proper way to make a query in Tarantool DB with SQL LIKE keyword? For example:
SELECT * FROM space where smth LIKE '%some_value%';
Can I search for values using a part of index or I need to write my own LUA script for such functionality?