Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] searched app link is incorrect #913

Closed
5 tasks done
mspiegel31 opened this issue Sep 21, 2022 · 3 comments
Closed
5 tasks done

[BUG] searched app link is incorrect #913

mspiegel31 opened this issue Sep 21, 2022 · 3 comments
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🕸️ Inactive

Comments

@mspiegel31
Copy link

Environment

Self-Hosted (Docker)

System

firefox developer edition 105.0b4 (64-bit)

Version

2.1.1

Describe the problem

Description

On a local subpage, when searching for an app the link is incorrect. Rather than the searched element, the link is always the first element.

Steps to reproduce

Prerequisites

use the following config:

config.yml

appConfig:
  theme: nord
  customColors:
    material-dark-original:
      primary: '#f36558'
      background: '#39434C'
      background-darker: '#eb615c'
      material-light: '#f36558'
      item-text-color: '#ff948a'
      curve-factor: 5px
  enableErrorReporting: true
  layout: auto
  iconSize: medium
  language: en
  enableFontAwesome: true
  routingMode: hash

pageInfo:
  title: Links!
  description: Links for things
  footerText: ''

pages:
  - name: Homelab
    path: home-config.yml

sections: []

home-config.yml

pageInfo:
  title: Homelab
  description: Homelab links
  footerText: ''

sections:
  - name: search engines
    items:
      - title: bing
        url: https://www.bing.com
      - title: duckduckgo
        url: https://duckduckgo.com/
      - title: google
        url: https://www.google.com/
  1. Click the Homelab page link
  2. search for google
  3. observe that bing is launched

Additional info

dash-search-bug

Please tick the boxes

@mspiegel31 mspiegel31 added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Sep 21, 2022
@liss-bot
Copy link
Collaborator

If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated

@liss-bot
Copy link
Collaborator

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

@liss-bot liss-bot added the ⚰️ Stale [ISSUE] [PR] No activity for over 1 month label Oct 22, 2022
@liss-bot
Copy link
Collaborator

This issue was automatically closed because it has been stalled for over 6 weeks with no activity.

@liss-bot liss-bot removed the ⚰️ Stale [ISSUE] [PR] No activity for over 1 month label Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🕸️ Inactive
Projects
None yet
Development

No branches or pull requests

3 participants