I am trying to find the appropriate syntax within full text search to search for fragments. I know that something like this:
document @@ to_tsquery('2161:*) will return anything that started with 2161, but if my token is ABC021613 it does not return that item. What is the syntax to wild card both before and after the 2161?