OpenSearch.net library (C #): which?

I would like to add OpenSearch to my C # web application. Does anyone recommend a specific .net library? or does a custom web application require a default open search implementation?

+3
source share
2 answers

If you need suggestions like "you", you need a search method on the server that searches and returns results in JSON (not XML) format. If you do not need suggestions, you just need a method that will respond to the search in the usual way by clicking HTML in the browser.

Mozilla opensearch

0

Source: https://habr.com/ru/post/1728891/


All Articles