electronjs.org-old icon indicating copy to clipboard operation
electronjs.org-old copied to clipboard

Add glossary entries to search results page

Open zeke opened this issue 7 years ago • 1 comments

If a given search term exists in the Electron glossary for the user's current locale, it should be displayed at the top of the page:

require('./lib/i18n').glossary['en-US'].IPC

{
  term: 'IPC',
  description: 'IPC stands for Inter-Process Communication. Electron uses IPC to send serialized JSON messages between the main and renderer processes.' 
}

Kind of like when Google shows a dictionary entry above the search results:

image

zeke avatar May 10 '18 17:05 zeke

The first step to making this happen would be creating an Algolia search index for the glossary entries: https://github.com/electron/algolia-indices/issues/22

zeke avatar Jul 16 '18 16:07 zeke