Deluan Quintão
Deluan Quintão
This has been discussed in our Discord server, and it's been in my head for some time now, but we didn't have a issue to track it. Thanks for opening...
By the way, what I currently do in my own library in these cases is to add a disambiguation qualifier in the name itself, like: ``` $ ls -1d L.*...
Well, I also use `beets` and I do a `beet mod -a album="name"` when this disambiguation is required at the moment I add the new album. But my library is...
@vs49688 Nice! How are you disambiguating the albums? Do you have the code pushed? It would be great to have a Draft PR so I could easily take a look...
This requires a proper Full Text Search implementation. Subsonic and its Java clones use the awesome Lucene library (that would support a "did you mean" feature easily), but it would...
A single search bar is more of a UX concern than a technical implementation. The current "search" fields are actually filters for the current view. It is a different issue,...
Hi @orlea , thanks for looking into this! I did some quick research for FTS in Asian languages and doesn't seem to exist a simple solution to the problem. I'll...
Sorry @vian9, but this is being worked by @dheerajdlalwani at the moment. Please reach out to me in Discord so I can try to find something for you to work...
Hey @MoulinaPradhan, sorry for the delay. I added some comments in your PR
This one is being implemented by @dheerajdlalwani (right?)