Search multiple tags with no results
Describe the bug
Without keywords when searching using [tag] prompt, there's no results.
This is related with issue #136 .
To Reproduce Steps to reproduce the behavior:
- Go to 'Search'
- Input '[tag]'
- No results
- Input '[tag]keywords'
- Have results
Expected behavior Can show all results without keywords when searching.
Screenshots
If applicable, add screenshots to help explain your problem.

Platform (please complete the following information):
- Device: Desktop
- OS: macOS
- Browser: Chrome
- Version: 1.0.1
Hi @fenbox ,
I'm pretty sure the question have the tags.
screenshot attached below.

I try to search [bug][test]

No result

but with a keyword 1224, it works fine.

Excuse me, are you sure your program version is 1.0.1? I can't reappear it in my local environment. I review the code of version 1.0.1, the fixed code is included.
https://github.com/answerdev/answer/commit/7e8906ebb1201455a18403654510f16f01d34da8
@kumfo sure it's 1.0.1, I'm using sqlite database for the testing.
@erasewu Thank you, Maybe the sqlite not support this complex SQL query. I will try it now.
With explicit keyword, it works fine. Only without keyword, it has no result.
It will be fixed in the next version, it's a sqlite query bug.
@erasewu
thanks for the feedback, waiting for the next version.