What is the logic behind autocomplete suggestion? For example, if my sentence is: "Editing the summary does not subscribe you to the issue or notify subscribers, so add a comment describing your changes after any significant edit."

If i type summary i will get random word after this word like:

summary issue
summary subscribers
summary comment
summary any

So how should this work? I think the logical way would be to suggest the next word in the senctence after the first word as "summary does" and stop showing random words from the text cos these confuse users. Thx

Comments

drunken monkey’s picture

Status: Active » Fixed

The functionality suggests words that often occur with the entered word. E.g., in your case, most nodes containing "summary" also seem to contain "issue". That's why searching for this as a refined query might make sense.

mibfire’s picture

If i have one text like the above(so i have 1 node!) then i am still getting random words. So in this case random words cant be compared with other nodes, but these are in the auto suggestion.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

mibfire’s picture

Status: Closed (fixed) » Active
mibfire’s picture

drunken how could i get random words if i have only one node?

drunken monkey’s picture

Status: Active » Fixed

The principle for one node is exactly the same. If all the words just appear once, though, it's of course completely random which will be suggested – it will make no difference, after all.
I think you are trying to use this in the wrong context, or expecting a different functionality than provided.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

m.attar’s picture

Status: Closed (fixed) » Active
drunken monkey’s picture

Status: Active » Closed (fixed)

If you want to re-open this issue, please provide a reason why.