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

Treat words in a search as independent terms #162

Merged

Conversation

karashiiro
Copy link
Member

This means that "archeo scouting" will be treated as separate conditions for items containing "archeo" and "scouting", which will then correctly return all Archeo Kingdom scouting equipment.

Previously, the entire search was treated as a single condition, meaning we were searching for items containing the literal "archeo scouting", which would turn up nothing.

This means that "archeo scouting" will be treated as separate conditions for items containing "archeo" and "scouting", which will then correctly return all Archeo Kingdom scouting equipment.

Previously, the entire search was treated as a single condition, meaning we were searching for items containing the literal "archeo scouting", which would turn up nothing.
@karashiiro karashiiro merged commit dda589c into Universalis-FFXIV:main Aug 4, 2024
@karashiiro karashiiro deleted the fix/multi-term-searches branch August 4, 2024 00:51
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

Successfully merging this pull request may close these issues.

1 participant