f-list / fserv

Repository for the F-Chat server implementation.
BSD 2-Clause "Simplified" License
10 stars 5 forks source link

Characters with no standard kinks do not show up in search #32

Open Dhwty opened 10 years ago

Dhwty commented 10 years ago

Rykomi just figured this out. Make a character with a weird combo of other traits, so you don't break the search with too many results. Add some custom kinks. Don't add any standard kinks. Get in chat. Have someone search for you with your weird stats. Fail to show up.

kiranoot commented 10 years ago

Custom kinks are not searched because it involves doing a large number of string comparisons. Hopefully this will go away when the new search system is designed.

Dhwty commented 10 years ago

Well, yeah, customs aren't searched, but if you're not searching for any kinks, people who don't have any kinks should still show up. The search seems to just be disregarding people who don't have standard kinks, even if they meet the non-kink search criteria.

But, yes. Theoretically, the new search should solve this.