search: adapter docs #409

This commit is contained in:
Sören Weber 2024-10-25 18:07:07 +02:00
parent c84ba71c2c
commit bb9790fb49
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
7.1.1+2574cb83408f0b6052262980adb20f291c16edd8 7.1.1+c84ba71c2c388858d47ea183a7df3fda7f2c27b3

View file

@ -10,7 +10,7 @@ Initialize the search engine and the search index
### Parameters ### Parameters
one none
### Returns ### Returns
@ -27,15 +27,15 @@ Once successfully completed, needs to call
## search() ## search()
Performs the search and returs found results Performs the search and returs found results.
### Parameters ### Parameters
**term**: The search term that was typed in by the user term: string // the search term that was typed in by the user
### Returns ### Returns
Must return an array of found pages, sorted with the most relevant pages first. Must return an array of found pages, sorted with the most relevant page first.
Each array item needs the following layout: Each array item needs the following layout: