Hello, I am doing some queries on plural and singular forms in the results and when I use the singular "brake" I get a list that includes documents with "brakes" in it which is great. But when I do a search using "brakes" I only get documents that have "brakes" it in and none that have "brake". These are my typo settings
"num_typos", value="1"
"min_len_1typo", value="4"
"min_len_2typo", value="8"
"prioritize_token_position", value="true"
Should it not work both ways seeing how its within 1?