You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
Currently Vind includes a Suggestion Handler, that allows to suggest existing field + values for further result filtering. But a "real" Autocompletion is missing. This feature should provide a "Google" like Autocompletion.
Requested Features
Definition of Autocompletion Patterns
Imagine a document structure like
Doc {
author,
location,
tag
}
Autocompletion should allow the definition of specific patterns, like:
{$author, $location}
{$author, $tag, $tag}
There are many extensions possible, like regex based access to part of field values, fixed words, type based access (e.g. date.year) etc.
Additional conditions could be supported (e.g. only consider pattern if value contains words than 3).
Time based relevance
The Suggestions in Vind only consider cardinality of fieldvalues in the result set. The Autocompletion must support a boosting of the values that occur in documents with a relevance regarding time.
Personalized Boosting
User have personal preferences. Therefore a boosting (or even filtering) of documents by personal preferences must influence the autocompletion results.
Last searches
Should include the past private searches (maybe with an configurable expiry) + the past/most important searches from the whole user community. This may be extended also to "User Groups" (based on preferences/past searches).
The text was updated successfully, but these errors were encountered:
Description
Currently Vind includes a Suggestion Handler, that allows to suggest existing field + values for further result filtering. But a "real" Autocompletion is missing. This feature should provide a "Google" like Autocompletion.
Requested Features
Definition of Autocompletion Patterns
Imagine a document structure like
Autocompletion should allow the definition of specific patterns, like:
There are many extensions possible, like regex based access to part of field values, fixed words, type based access (e.g. date.year) etc.
Additional conditions could be supported (e.g. only consider pattern if value contains words than 3).
Time based relevance
The Suggestions in Vind only consider cardinality of fieldvalues in the result set. The Autocompletion must support a boosting of the values that occur in documents with a relevance regarding time.
Personalized Boosting
User have personal preferences. Therefore a boosting (or even filtering) of documents by personal preferences must influence the autocompletion results.
Last searches
Should include the past private searches (maybe with an configurable expiry) + the past/most important searches from the whole user community. This may be extended also to "User Groups" (based on preferences/past searches).
The text was updated successfully, but these errors were encountered: