rusbrain / reps2_beta1

кузы2
http://reps2.ru
GNU General Public License v3.0
11 stars 5 forks source link

Search is not working #201

Closed rusbrain closed 5 years ago

rusbrain commented 5 years ago

Screenshot

ghost commented 5 years ago

There is accessible routes and controllers for forum and replay search

you can replays %search_text% with text you want to search e.g. "savior"  

http://reps.ru/forum/topic/search?text=%search_text% - forum
http://reps.ru/replay/search?text=%search_text% - replay

It seems like news search is not implemented yet but with current architecture news are just a marked forum topics so the feature could be added with a small forum search enchantment (adding a &news=true for instance)

The bug caused by ignored dropdown options which should affect form url

ghost commented 5 years ago

The problem appears to be even more frivolous With current twisted pattern I didn't noticed a search wrapper

To fix that bug email input field should be changed to type text and name text attributes That's all

rusbrain commented 5 years ago

Not working. Searching input still expects an email address, not a text.

ghost commented 5 years ago

Please recheck input bug after force page refresh (ctrl + f5) Change applied and works for me IMG

But now there is an another problem News search isn't working because of news pagination component (probably related to #179 )

widedeveloper commented 5 years ago

Yes that's server cache issue after install new package by composer. one min

widedeveloper commented 5 years ago

Search is working correctly and the pagination issue is also fixed.