This plugin was made for introduce the functionality of search text in any kind of source available (subtitles, slides through OCR … etc).
es.upv.paella.search.captionsSearchPlugin
sortType
Sort by option.
range: “score” | “time” |
colorSearch
This option paint results of the sort operation depending on the score achieved.
range: true | false |
Here’s are the config lines for this plugin:
{
"es.upv.paella.searchPlugin":
{
"enabled":true,
"sortType":"time",
"colorSearch":false
}
}