Search engine
Pond now has it's own simple search engine! It uses a full-text search capabilities and is database-agnostic (here currently working with sqlite).
There are couple of things you can do apart from simple word search. Here are couple of examples:
keyword- searches given word(s)user:mbajur- shows you all posts and collections by given usernameuser:mbajur keyword- same as above but also by keywordurl:tumblr- search by part of link URL
So far, keyword searches are done on a following columns:
- post title
- post url
- post user username
- post content (text)
- collection name
- collection user username
Happy searching you all!