karpathy / arxiv-sanity-preserver

Web interface for browsing, search and filtering recent arxiv submissions
http://www.arxiv-sanity.com/
MIT License
5.12k stars 1.32k forks source link

Filter search types (top recent, top hype etc) with search string #115

Open vaibhavsingh1993 opened 6 years ago

vaibhavsingh1993 commented 6 years ago

Currently, there does not seem to be a straightforward way to filter out papers sorted by search type containing a particular search string. So, for example, if I cannot filter out top recent papers containing the string "byzantine fault tolerance". The only way to currently do it is to create a search query of the form:

http://www.arxiv-sanity.com/search?q=fault+tolerance&timefilter=alltime&vfilter=all

munael commented 3 years ago

That'd be great! Seems like it might require backend changes though? If there's something (a repo, and a location in the codebase to look at; etc.) we can do to help I can chip in.