boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

Enhanced searching #18

Closed boakley closed 9 years ago

boakley commented 10 years ago

It would be nice if the searchbox were a little smarter. For example, to search only within a specific library it would be nice if I could search for "library:Selenium2Library should" to search only the Selenium2Library

boakley commented 9 years ago

Instead of "library:..." I decided to use "in:..." to make it easier to type (eg: in:builtin). The logic uses what is after "in:" as a prefix, so "in:b" will pick up any library or resource file that begins with "b" (eg: BuiltIn). This way you don't have to type the whole library name.