-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove instant search from main search
Some months ago, we added the ability to search through subtitles and slide texts of events, among other new features and improvements. This is great from the UX side, but slows down searching: Meilisearch needs longer to respond, and the frontend has gotten a lot more complex, so rendering the results also got more resource intensive. In the past couple weeks, I tried to tackle this slow down by optimizing various things across Tobira. But while these all helped, the instant search in Tobira still does not feel truly instant. And at that point, I personally find it rather annoying and janky to use. Then I rather prefer a non-instant search with really fast results. That's what this commit does. This matches YouTube's behavior for example. Yes, YouTube has an instant search, but it's simplified and only shows search suggestions! The main search requires pressing <enter>. Getting rid of instant-search also improves some long standing sub-optimal implementations we had. While this surely requires some getting used to and feels like a "removed feature", I think that the UX does not actually really suffer from this. And factoring UI slowness into UX, I think it improves it, especially on mobile phones. We might want to add a simplified instant-search like on YouTube at some later point.
- Loading branch information
1 parent
0ecc829
commit 7b67cec
Showing
5 changed files
with
20 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters