musiqpad / mqp-server

NodeJS server base for hosting an individual pad
MIT License
31 stars 18 forks source link

[Feature] Pad search in lobby. #58

Closed Uricorn closed 8 years ago

DerpgonCz commented 8 years ago

Added, waiting for proper CSS to be applied

explodingcamera commented 8 years ago

Css is done, will be pushed soon.

Uricorn commented 8 years ago

The search results can be a bit funny. capture

DerpgonCz commented 8 years ago

@uricorn sadly, those pads have special characters in their slugs and cannot be hidden because they cannot be targeted by jQuery. We will be changing the policy so these pads will have their keys revoked (probably)

Uricorn commented 8 years ago

@DerpgonCz, I meant that the results aren't always what you expect.

For instance, I search for my pad "AnimeMusic.me and Japanese Music", when I search "Anime" it finds it. When I search "Jap" or "Music" it doesn't show.

DerpgonCz commented 8 years ago

Hmm, strange, I will check it when I get back home

ImGrumpy commented 8 years ago

Looks like it's a case sensitivity issue to me. If you type your search in the exact case of the room name, it works. It should be case insensitive, obviously.

DerpgonCz commented 8 years ago

@ImGrumpy Yeah, I just arrived at the PC, it is fixed