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
{{ message }}
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
The "Just the Doc" has an integrated search interface that does not require us to build an index, which is nice, but we have no say over what is included in the search (page title, content, and URL are included). In some ways I think this is fine - it makes it very comprehensive, however, it could return too much to be useful. As @gee-contrib has pointed out, maybe we could have it only search in a given section or within a YAML field where a user assigns tags to the content - it looks like there might be ways to do this in the lunr.js engine and "Just the Doc" provides one example of making a more specific search. In terms of adding tags though, we could use the "labels UI component" which are included in search results and look good too - an easy indicator about what is included in a tutorial/example. I posted an example of using the tags here: https://gee-community.github.io/GEE-Dev-Docs/docs/methods/specific/methods-specific-topic2.html