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

The routing path of the answer type in the search result page is incorrect #90

Closed
tortorse opened this issue Nov 17, 2022 · 2 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@tortorse
Copy link

Describe the bug
Any keyword search, the results will appear both answers and questions, When clicking any answer, the system prompts 'An error occurred, the question was not found'

To Reproduce
Steps to reproduce the behavior:

  1. search
  2. click any answer

Expected behavior
route to the correct question page and scroll to the answer

Screenshots
image
image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
I think the correct path is questions/${questionId}/${answerId}
but current is questions/${answerId}

@LinkinStars
Copy link
Member

Thank you very much for your feedback. This is a bug, as you say, the routing path is wrong. We'll fix it as soon as possible.

@LinkinStars LinkinStars added the bug Something isn't working label Nov 17, 2022
@haitaojarvis haitaojarvis added this to the v0.0.4 milestone Nov 17, 2022
@LinkinStars
Copy link
Member

Fixed in version v0.4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants