lemeryfertitta / Climbdex

Search engine for training board climbs
https://climbdex.com
MIT License
42 stars 10 forks source link

Searching includes mirror problems for mirrored boards #22

Closed Theruz closed 6 months ago

Theruz commented 6 months ago

implementation for https://github.com/lemeryfertitta/Climbdex/issues/21

lemeryfertitta commented 6 months ago

Thanks for the PR! Hopefully you don't mind - I wanted to go for a bit of a different approach, so I implemented the feature in #23. This was still very helpful for my implementation, so I appreciate the contribution.

The mirrored search is deployed now, let me know if you run into any issues.

Theruz commented 6 months ago

Great, yes it does make sense. I wanted to avoid touching the front, but I agree that for performance reason your solution is better. Plus I like the elegance of the slq queries you used.