atomic-server
                                
                                 atomic-server copied to clipboard
                                
                                    atomic-server copied to clipboard
                            
                            
                            
                        Add filters UI to `/search` page
Allow users to build specific queries that filter results by some prop:val combination.
We already have some dead code for filtering, but it looks bad and doesn't work well. Right now we have to select a class and that lists a bunch of properties.
A different UI would be to search for properties, and then select a value to filter by.
Ideally, the inputs are type-dependent (especially a resource selector would be nice), but this may be a bit too much work for now.