Thu, Nov 18, 21, API to let you seamlessly implement search within the site, mobile and voice applications
This is a draft, the content is not complete and of poor quality!
idrather
- search engine implmentation doc
algo engine basics
Here are some examples of the ways the engine compares records.
- Is there a typo? If yes, how many?
- Does the query match on the first letter? Does it match the whole word? Or only partially?
- Does the word match a synonym?
- Does the query match the title of a record or its description?
- Is this item more popular than another item?
- When you add up the answers to these questions, some records have a stronger or weaker relevance. This is what determines the order of the results.
You can break down how to implement Algolia into three steps:
- Indexing your data into Algolia
- Configuring relevance and ranking settings
- Building a search user interface
The following wiki, pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
2021-09-26-googlesheet.md | post | Google Sheets API with github Pages and API |
Google's Dialogflow APIs | post | Sat, Oct 30, 21, google offical doc and setup instruction |
Pilot's preflight checklist FAA | post | Tue, Nov 09, 21, preflight checklist with data mining, d3 visualization and google sheet implementation |
D3js trial and errors | post | Thursday, trying to integrate with jekyll and data mining |
D3 square.github.io data binding | post | Thu, Nov 11, 21, data binding |
D3.js square.github.io tutorial | post | Thu, Nov 11, 21, data binding |
idrather api course | post | Tue, Nov 16, 21, preparation setup and tools necessary for this api course |
hosted search engine | post | Thu, Nov 18, 21, API to let you seamlessly implement search within the site, mobile and voice applications |
Weather app from firebase | post | Sunday-weather-app, open weather api |
GoogleAppsScript-Category.md | post | 카테고리 2단계 (끝) |
OpenApi-usage.md | post | 실제 사용법 정리 |