[BUG] On the datastream page, an error pops up when the query parameter `search`'s value is empty.
Opened this issue · 2 comments
qinzehua commented
qinzehua commented
When the value of search
is empty, using the query syntax GET _data_stream/** will result in the error.
It is recommended to modify it to GET _data_stream/*.
However, when search
is a single character, for example GET _data_stream/*y*, the same error will occur.