M
M
masolykinp2020-08-20 02:26:20
Sphinx
masolykinp, 2020-08-20 02:26:20

Why does live search search all words instead of record first (SPHINX 3.3.1)?

Records are stored in mysql , search through sphinx Akts* , but not only those that start with the word Promotion are displayed, but also those in which this word is present. What can I do to search only from the beginning of the line?

index hint_index
{
        source = hint_source
        min_prefix_len = 1
        morphology = stem_enru, soundex, metaphone
        path = /home/sphinx-3.3.1/data/index/
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Samuel_Leonardo, 2020-08-20
@Samuel_Leonardo

sphinxsearch.com/docs/sphinx3.html#cheat-sheet

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question