glanceapp / glanceapp/glance

Search widget RAW_QUERY parameter

Open
#527 0 comments 1 reaction 0 assignees View on GitHub
feature request
Dominant language
Go
Stars
37.1k
Forks
1.5k
Avg merge
1h 11m
Merged PRs (30d)
1

Description

### Description

Current search widget configuration:
```
- type: search
search-engine: duckduckgo
new-tab: true
bangs:
- title: Github Repository
shortcut: "!ghr"
url: https://github.com/{RAW_QUERY}
```

I need the ability to use the raw query parameter without the URL encoding

Currently:
`!ghr glanceapp/glance` -> `https://github.com/glanceapp%2Fglance`

With raw query param
`!ghr glanceapp/glance` -> `https://github.com/glanceapp/glance`

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the search widget's bang URL expansion, using the shown {RAW_QUERY} configuration and the encoded URL as the reproduction. Done means the raw-query form preserves the slash in glanceapp/glance while ordinary query handling remains unchanged; verify the behavior with the search widget's relevant checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.