-
Notifications
You must be signed in to change notification settings - Fork 12
Feature: Add auto-complete query text suggestion #153
Conversation
@jjw24 found a few issues while did a manual test (related to the way it is wired between the view and the VM and the registration to the results VM prop change). |
@theClueless action keyword needs to be included in the auto complete because users may use keyword in WebSearch plugin, eg. twitter as action keyword and * as global for searching google: query ''twitter Michael Jordan", text suggestion needs to cater for the action keyword 'twitter' as well as just searching Google for 'twitter Michael Jordan'. I did try to go with a converter but the text suggestion wasnt reacting faster enough to typing, so this is the simplest implementation I could think of so far |
sorry I edited my response before seeing your response :)
ok, make sense about the action keyword, odd that you had a perf issue with the converter. |
looks great! @theClueless lets get this through |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:)
Is it possible to use autocomplete in a way similar to linux shell? It's very useful when wanting to search into a folder with a long name. For example hit tab and the highlighted results autocompletes. |
Fantastic idea, I have been wanting to implement something like this later. Was thinking something like an option which user can select to use tab to move down the result or auocomplete the result. Will be useful for Shell plugin as well when you dont want to retype the query from the dropdown list. This fork is no longer under development except if it's critical fix. I will move this feature suggestion to Flow Launcher Flow-Launcher/Flow.Launcher#156. |
Sounds good! But can you tell me what is this feature then? "Auto-complete text suggestion" which is mentioned in the home page? And does Flow Launcher differ from Wox? |
So that auto-complete feature at this stage is more of a visual thing, I have yet had the time to fully implement it to your suggestion.
Flow Launcher is different to Wox in terms of more features available and bugs are stamped out constantly. It only shares the basic fundamentals of Wox and is constantly evolving. |
Thanks, I will give it a go! |
Context:
Query text suggestion to help users visualise the top suggested query and provide a better search experience.
Solution:
Auto-complete query text suggestion for top result that match the user's query text case insensitive.
When no query input:
During search: