From 32fd0cee4837b61c5a673b566dfc53e416c9031a Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Tue, 4 Jul 2023 13:59:33 +0000 Subject: [PATCH] Update search-domain-services.md --- .../legacy-server-side-extensions/search-domain-services.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/software-developer-documentation/legacy-server-side-extensions/search-domain-services.md b/docs/software-developer-documentation/legacy-server-side-extensions/search-domain-services.md index 592ce4d226d..d81e2ee2a95 100644 --- a/docs/software-developer-documentation/legacy-server-side-extensions/search-domain-services.md +++ b/docs/software-developer-documentation/legacy-server-side-extensions/search-domain-services.md @@ -1,6 +1,12 @@ Search Domain Services ====================== +| |ASCII |HTML | +|----------------|-------------------------------|-----------------------------| +|Single backticks|`'Isn't this fun?'` |'Isn't this fun?' | +|Quotes |`"Isn't this fun?"` |<table> <thead> <tr> <th></th> <th>ASCII</th> <th>HTML</th> </tr> </thead> <tbody> <tr> <td>Single backticks</td> <td><code>'Isn't this fun?'</code></td> <td>‘Isn’t this fun?’</td> </tr> <tr> <td>Quotes</td> <td><code>"Isn't this fun?"</code></td> <td>“Isn’t this fun?â€</td> </tr> <tr> <td>Dashes</td> <td><code>-- is en-dash, --- is em-dash</code></td> <td>– is en-dash, — is em-dash</td> </tr> </tbody> </table> | +|Dashes |`-- is en-dash, --- is em-dash`|-- is en-dash, --- is em-dash| + A search domain service is a DSS plugin which allows to query some domain specific search services. For example, a search service on a database of nucleotide acid sequences. Currently only one search service -- GitLab