When i do a search, searh suggestions are great but sometime i want to add other term to it
Be able to copy/paste the search suggestions into the searchbar without loading it.

I can click on a visible button to put the search suggestions into the searchbar and continue to add word to it
Could also use long press.
It is not as easy to know the feature exist, but yep
I went ahead and created an issue in the android-components repo since the functionality actually lives there: https://github.com/mozilla-mobile/android-components/issues/6813
I've created a PR https://github.com/mozilla-mobile/android-components/pull/6824
There was some UX feedback on Focus for this request that's worth referencing here: https://github.com/mozilla-mobile/focus-android/issues/3646
Assigning to @brampitoyo
@Octoton your idea makes a lot of sense!
Letās add a prefill arrow (āļø) icon to the side of each search suggestion, that can be used to append keywords.
Note: prefill arrow shouldnāt show up on the first search suggestion that tracks with the userās typing. Itās not useful there. All other search suggestions, which come from the search providerās server, should have this action.

@brampitoyo Could you possibly take a look at my PR https://github.com/mozilla-mobile/android-components/pull/6824?
@cypressious Feedback added. Thanks!
@brampitoyo are we fine with the copy for the accessibility?
@jonalmeida @cypressious Sorry. I didnāt know that thereās copy involved in this issue.
It would be fine to follow the same copy that Fennec or Firefox for iOS uses for this icon.
@brampitoyo
I don't think Fennec has that functionality. I don't have an iPhone to test Firefox for iOS
@jonalmeida @cypressious For accessibility/screen reader/TalkBack purpose, the label for this button should be Refine.
@jonalmeida @cypressious Iād like to add a small correction to PR https://github.com/mozilla-mobile/android-components/pull/6824
The first search suggestion is meant to track with the userās keyboard and typing speed, so it shouldnāt have the Refine (āļø) action. All other search suggestions, which come from the search providerās server, should have this action.
The first search suggestion is meant to track with the userās keyboard and typing speed, so it shouldnāt have the Refine (āļø) action.
This makes sense but is hard to implement because we currently don't distinguish the first entry from the rest of the suggestions.
This might be easier to solve depending on the solution we go with on https://github.com/mozilla-mobile/fenix/issues/7877.
As mentioned by @ShatteredPixel in https://github.com/mozilla-mobile/fenix/issues/12050#issuecomment-660557463, we should remember to pop the keyboard back up after the user has tapped the Refine (āļø) action āĀ just in case the page was scrolled down and the keyboard was minimised.
@brampitoyo I've implemented the suggestion in the PR https://github.com/mozilla-mobile/android-components/pull/6824
Verified as fixed on Nightly 8/12 with the following devices:
@jonalmeida Filled issue #13520 for the prefill arrow that is displayed for the first suggestion.
Most helpful comment
I've created a PR https://github.com/mozilla-mobile/android-components/pull/6824