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
let me introduce our project first: We are building a web search engine for a printed lexicon which has been digitalized.
For the search input we are providing search suggestions via the Semantic-UI search module.
We would like to provide functionality described by the following use case:
When the user clicks on a suggestion, the suggestion shall be surrounded with "-Signs.
The resulting quoted suggestion shall be placed into the corresponding input field.
If the user enters another string before or after the string, which is quoted, the suggestion list shall only show suggestions for the unquoted part of the input.
If the user clicks on another suggestion from the second suggestion list, the new suggestion shall be surrounded by ".
The second quoted suggestion, which was selected by the user, shall replace all unquoted parts.
For our use case it is necessary, that the search query can be modified and afterwards be processed as if that modified query would have been the original query. Is this behaviour realisable yet?
The text was updated successfully, but these errors were encountered:
Dear developers,
let me introduce our project first: We are building a web search engine for a printed lexicon which has been digitalized.
For the search input we are providing search suggestions via the Semantic-UI search module.
We would like to provide functionality described by the following use case:
"
-Signs."
.For our use case it is necessary, that the search query can be modified and afterwards be processed as if that modified query would have been the original query. Is this behaviour realisable yet?
The text was updated successfully, but these errors were encountered: