D
D
Dmitry2018-03-21 13:31:42
Sphinx
Dmitry, 2018-03-21 13:31:42

How to make sphinx look for each indexed character?

Hello!
Here is the sphinx config:
docinfo = extern
index_exact_words = 1
min_infix_len = 1
morphology = stem_enru
min_word_len = 1
html_strip = 1
charset_table = 0..9, A..Z->a..z, _, a..z, U+410 ..U+42F->U+430..U+44F, U+430..U+44F, U+0401->U+0435, U+0451->U+0435
path = /var/sphinx/indexes /organization
source = organization
enable_star = 1
min_stemming_len = 1
}
There is a line in the index "OOO test organization"
trying to find "ooo te" - no results
Finds only after I enter the third character.
I need what would be searched even if I enter one character.
How to do this? I tried different options with asterisks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Puma Thailand, 2018-03-21
@opium

Switch search mode to match any

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question