I am trying to implement seach functionality based on the title field of entries present in amazon keyspaces. I was trying to do a regex match on the title field but I am not to figure out how it could be done. Does amazon keyspace supports regex search? I am using the Datastax nodeJs driver for cassandra. Also I checked the documentation for amazon keyspace but could not find any useful information.
If anyone is familiar with this, please help me out.
No, as of 20230207, it is not possible to run a regex-based query on Amazon Keyspaces.