chore(topicidx): refine example of wildcard compare
This commit is contained in:
parent
558402a68e
commit
ca59a87d47
|
@ -258,7 +258,7 @@ compare([], _Words, _) ->
|
||||||
compare(['#'], _Words, _) ->
|
compare(['#'], _Words, _) ->
|
||||||
% NOTE
|
% NOTE
|
||||||
% Topic: a/b/c/d
|
% 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 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.
|
% 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:
|
% Closest possible next entries that we must not miss:
|
||||||
|
|
Loading…
Reference in New Issue