You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query terms are matched against any text (titles, descriptions, tags, authors) and results are returned ordered by type (article, blog post, YouTube video). Should be fast enough to do incremental search (character-by-character).
Frontend
Visual inspiration from Spotlight search.
Backend
WordPress content can be searched easily in the WP database tables. Other content (Youtube) should also be indexed locally in separate tables so we can search it.