mysql - extract specific words from text field using full text search
问题 My question is a little simillar to Extract specific words from text field in mysql, but now the same. I have a text field with words inside. In my language word can have many different endings. I need to find this endings. I use fulltext search of mysql, but I would need to have access to the index database where all the field is "cut" to words and words are counted. I could then search for "test*" and I could quickly find "test", "tested", "testing". I need the list of all endigns that