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

Move search algorithms to separate classes #2880

Merged
merged 17 commits into from
Aug 10, 2022

Conversation

felipeelia
Copy link
Member

@felipeelia felipeelia commented Jul 1, 2022

Description of the Change

This PR addresses the changes outlined in #2846.

To-do:

  • Add methods to make slug, name, and description mandatory
  • Adjust @since tags
  • Add tests
  • Fix post_ retrocompatibility

Closes #2846

Changelog Entry

Changed - Search algorithms moved to separate classes
Deprecated -
ep_formatted_args_query
ep_match_phrase_boost
ep_match_boost
ep_fuzziness_arg
ep_match_fuzziness
ep_match_cross_fields_boost

in favor of

ep_post_formatted_args_query
ep_post_match_phrase_boost
ep_post_match_boost
ep_post_fuzziness_arg
ep_post_match_fuzziness
ep_post_match_cross_fields_boost

Credits

Props @felipeelia

@felipeelia felipeelia added this to the 4.3.0 milestone Jul 1, 2022
@felipeelia felipeelia self-assigned this Jul 1, 2022
@felipeelia felipeelia changed the title [WIP] Move search algorithms to separate classes Move search algorithms to separate classes Jul 26, 2022
@oscarssanchez
Copy link
Contributor

So far it seems to be working for me!

@felipeelia felipeelia merged commit 6633910 into develop Aug 10, 2022
@felipeelia felipeelia deleted the feature/search-algo-classes branch August 10, 2022 18:27
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.

New SearchAlgorithm class
2 participants