Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decrease vault search case sensitivity for easier finding of mods #1681

Closed
RK4000 opened this issue Apr 23, 2020 · 1 comment
Closed

Decrease vault search case sensitivity for easier finding of mods #1681

RK4000 opened this issue Apr 23, 2020 · 1 comment

Comments

@RK4000
Copy link

RK4000 commented Apr 23, 2020

For example, if someone searches for "Gregs mod" and the name of the mod is "Greg's Mod", the search will not find anything as the search is missing the ' . However, this is un-intuitive as most search engines would still find the mod given those search parameters.

Some common things like the example above as well as other common symbols for example : _ - ( ) etc could be omitted from the case sensitivity of the search engine, so the search words doesn't have to be as precise to find something.

@Brutus5000
Copy link
Member

This is not possible from client side.

We'd need to add full text search support to the API. This requires us to bring up a search engine like Solr or Elastic into the faf stack. Technically this is possible, but it would take a lot of time. Not sure if anybody is willing to invest it.

I have linked the API ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants