mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
We change how we calculate operators suggestion that match with type query. First we just remove all canonicalized operators based on incompatible patterns. This means their equivalent legacy operators are also out of the suggestion and filter them out using the removed canonicalized operators. Then we just run our phrase match on the combined array to further filter them out. This will help us in removing some legacy types from incompatible_patterns. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| custom_check.py | ||
| exclude.py | ||