Tips for more accurate and efficient search
langaugeName:library_name or library_description
Or --
langaugeName:(library_name or library_description)
Example
php:Random text genarator
Searches for any php
libarary with name or description of
Random
or text
or genarator
While
php:(Random Text genarator)
Searches for any php
libarary with exact name or description of Random text genarator
And
php:
Displays all php
code libarary
This works for users too
user:user_fname last_name or user_displayname
Or --
user:(user_fname last_name)
Example
user:Foo Bar
Searches for any user
with first name
Foo
or last name Bar
. If no space is search string eg(FooBar)
it try finding user with displayname FooBar
While
user:(Foo Bar)
Searches for user
with first and last name of Foo
and Bar