diff --git a/apps/emqx/src/emqx_trie_search.erl b/apps/emqx/src/emqx_trie_search.erl index ddeef966b..6285eb4eb 100644 --- a/apps/emqx/src/emqx_trie_search.erl +++ b/apps/emqx/src/emqx_trie_search.erl @@ -258,7 +258,7 @@ compare([], _Words, _) -> compare(['#'], _Words, _) -> % NOTE % Topic: a/b/c/d - % Filter: a/+/+/d/# + % Filter: a/+/+/d/# or just a/# % We matched the topic to a topic filter with wildcard (possibly with pluses). % We include it in the result set, and now need to try next entry in the table. % Closest possible next entries that we must not miss: