strapi / foodadvisor

🥘 THE Strapi demo application
MIT License
1.09k stars 440 forks source link

Search input not work #27

Closed timeshift92 closed 4 years ago

timeshift92 commented 4 years ago

search in admin pane not work

lauriejim commented 4 years ago

Hello, can you give us more details, please.

What did you type in the search bar? And what did you except?

timeshift92 commented 4 years ago

Hello, I’ll describe it in stages now,

  1. cloned https://github.com/strapi/foodadvisor.git
  2. launched all the commands from readme.md
  3. registered at http: // localhost: 1337 / admin
  4. went here http: // localhost: 1337 / admin / plugins / content-manager / category? Source = content-manager
  5. at the top in the search wrote French

Filtering and displaying fields named Frech was expected but shows all fields

timeshift92 commented 4 years ago

and it turns out that only administrators have access to the admin panel, even if I make the user an administrator, he will not be able to get into the admin panel?

lauriejim commented 4 years ago

Okay thank you for this report.

soupette commented 4 years ago

@timeshift92 we usesqlite for the database and currently the search does not work for this particular DB. You can switch it to mongod or another one if you'll like to it work.

timeshift92 commented 4 years ago

Ok, thanks