Manticore Search

Results 15 comments of Manticore Search

> CALL SUGGEST('ravge', 'movies'); does not suggest range yet both CALL SUGGEST('rvnge', 'movies'); and CALL SUGGEST('ranve', 'movies'); do suggest range. How it works internally is: * "range" gets converted into...

@cbess Not fixed yet. Not sure when we will have time for this as we're busy with other higher priority things. FFR: the minimized test case is: ``` mysql> create...

Can you please provide more details (or some code example) on the functionality that you think is missing? In theory: - go routine - yes, should be not a problem...

@x0rzkov @lucmichalski Here https://github.com/jinzhu/gorm/blob/master/dialects/mysql/mysql.go I see that gorm uses https://github.com/go-sql-driver/mysql which has Sphinx as a requirement: > MySQL (4.1+), MariaDB, Percona Server, Google CloudSQL or Sphinx (2.2.3+) and in their...

@x0rzkov Hello. Can you please provide the script/code snippet which we can use to reproduce this issue?

Hi @x0rzkov I get the following error and backtrace: ``` manticore-importer | time="2020-02-24T06:36:02Z" level=info msg="query:REPLACE into limotopic (id,remote_id,service_id,url,tag) VALUES ('253b66546bf9e540ac02035f014e62e3', '197773483','github','https://github.com/AbduallahAtta/Social-Note.git','room')" manticore-importer | panic: runtime error: index out of range...

Try `workers=thread_pool`. In this case I get the error as I showed above - "index out of range [1] with length 1" and it seems it's a bug in the...