As a user, I’d like to search for `DefineMap` and get https://canjs.com/doc/can-define/map/map.html as the first result. This could be accomplished right now by indexing a new field Here’s what I think needs to be done: - [ ] Create a new field to be indexed around [here](https://github.com/canjs/bit-docs-html-canjs/blob/6d7825f23c9e5f9a18e8f4c0a138513291730294/static/search-logic.js#L21-L24) - [ ] Add the field to the [other fields being indexed](https://github.com/canjs/bit-docs-html-canjs/blob/6d7825f23c9e5f9a18e8f4c0a138513291730294/static/search-logic.js#L15-L18) - [ ] …? Maybe this just works, maybe it requires some tweaking of [how terms are ranked](https://github.com/canjs/bit-docs-html-canjs/blob/6d7825f23c9e5f9a18e8f4c0a138513291730294/static/search-logic.js#L40-L60)