Refactor memo tag handling in memos.html
- Commented out the call to `this.getAllTags()` to prevent fetching all tags during the search process.
- Introduced a new property `this.allTags` to store the fetched common tags for better management and accessibility.