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

304 searching for ? #34

Open
madnificent opened this issue Dec 22, 2021 · 1 comment
Open

304 searching for ? #34

madnificent opened this issue Dec 22, 2021 · 1 comment

Comments

@madnificent
Copy link
Member

Searching for ? yields a 304

Can be reproduced by entering ? or ?foo or foo? in the frontend, or by running this request: https://api.ipfs-search.com/v1/search?q=%3Ffoo

@femans
Copy link

femans commented Dec 23, 2021

I have some notes;

  • it gives to me the infamous 'internal server error' that has response code 200. Not a 304.
  • It seems to be the case for a number of characters, including any type of brackets except <>, colon (:) (but not semicolon), double quote (but not single quote), caret ^, tilda ~, forward slash.
  • A number of characters have only a problem for search type directories, such as \ backward slash and + plus
  • A number of characters have no problems, such as comma, period, semicolon, equals
  • unicode does not seem to cause problems, such as 😁

Summary of found errors:

problems for any type: (){}[]:^~/"?
problems only for directory type: !+\-

@dokterbob dokterbob transferred this issue from ipfs-search/ipfs-search May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants