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

/query: finish implementation #343

Open
kevinlul opened this issue Jul 17, 2023 · 1 comment
Open

/query: finish implementation #343

kevinlul opened this issue Jul 17, 2023 · 1 comment

Comments

@kevinlul
Copy link
Contributor

Per #342, this is intended to succeed old Bastion .match and .search. Lucene queries are more powerful than the ygo-data filter system and require no additional implementation effort.

Simple query strings are also possible for most search cases but are not implemented here as they cannot search on arbitrary fields. In context, only about 3% of .match and .search invocations applied additional filters on card properties rather than just searching text.

@kevinlul
Copy link
Contributor Author

A lot of field aliases will be needed for nice native-language support, e.g. 이름 for name.ko. Other cases: link and link_rating, race, breaking up monster_type_line.

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

1 participant