-
Shaohua Wang authored
Analysis: The root cause is that we don't handle '+' in the right way. Solution: We do the following modifications: 1. Handle '+' in the way like '-' in fts_ast_visit; 2. Fix multi_exist error; 3. Fix query intersection error; 4. Fix optimization of converting first FTS_EXIST to FTS_NONE error. rb://3026 approved by Jimmy.Yang
Shaohua Wang authoredAnalysis: The root cause is that we don't handle '+' in the right way. Solution: We do the following modifications: 1. Handle '+' in the way like '-' in fts_ast_visit; 2. Fix multi_exist error; 3. Fix query intersection error; 4. Fix optimization of converting first FTS_EXIST to FTS_NONE error. rb://3026 approved by Jimmy.Yang
Loading