infiniflow / infinity

The AI-native database built for LLM applications, providing incredibly fast hybrid search of dense vector, sparse vector, tensor (multi-vector), and full-text
https://infiniflow.org
Apache License 2.0
2.68k stars 275 forks source link

[Bug]: Full text search syntax exception #2201

Closed yingfeng closed 2 weeks ago

yingfeng commented 2 weeks ago

Is there an existing issue for the same bug?

Version or Commit ID

ce69036f0af267add2033ef304a55479976acbfc

Other environment information

No response

Actual behavior and How to reproduce it

SELECT content FROM wiki SEARCH MATCH TEXT('content', '"hello world" "? "');

Will throw exception :

Empty query text@src/storage/invertedindex/search/search_driver.cpp:232

Expected behavior

No response

Additional information

No response