Full-text search

List of YDN-DB example applications and unit test suites.

This animal serach app show how to use full-text search. Input text field is suggested by a datalist as user type in the input field.

Animal database search

Opportunistic caching

Pubmed search app demonstrate free text search query and render query result. The search result token are highlighted on the original document.

The app also show how to utilize opportunistic caching, in which, query are perform first on the client and then, if satisfactory result is not found, query again on backend server and cached on the client side.

Pubmed search app (source code repo)

Authors

Kyaw Tun