So I index 2 docs with this inputs in the suggestion field:
- doc1: ["c-123/20"]
- doc2: ["c-12/30"]
then I run this suggestion search:
- search1: "c-12" returns doc1 (correct)
- search2: "c-123" returns doc1 but not doc2 (incorrect)
- search3: "c-123/" returns doc2 (correct)
So whats happening with search2?
I am using standard analyzer + fuzzynes