-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
What's the problem this feature will solve?
With #11646 we will now have a list of files that were changed. I think we can also expose a feature that just allows users to search by a filename (and maybe title), something like a fuzzy search you see in editors.
Describe the solution you'd like
Use the manifest to store also the title of each file or maybe just use the information we already have in ES, so we can show that nicely next to the filename. We will just load the full list of files and titles to the client to do the search from the client, don't think we need to do the search server side, as the list of files shouldn't take too much space.
Alternative solutions
Integrate this into our existing search, and expose an option like "search in filename"/"search in title" etc.. I think I'm liking this option more, the only downside is that results will be server side.