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

Add option to run field-specific pipelines in search #153

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dhdaines
Copy link
Contributor

@dhdaines dhdaines commented Jul 5, 2024

Fixes #152 but this will break bug-compatibility with lunr.js but make the fixed behaviour optional so as not to break bug-compatibility.

@yeraydiazdiaz
Copy link
Owner

Hi @dhdaines, I'm finally getting around to checking your PRs.

Seems this one is failing Black, could you rebase, run the formatter, and resubmit?

@dhdaines
Copy link
Contributor Author

dhdaines commented Sep 9, 2024

Thanks! I think I have a different version of Black installed in Emacs.

I'm going to take a second look at this one because as noted it breaks bug-compatibility. It would be nice to have the option to do this though.

@codecov-commenter
Copy link

codecov-commenter commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.10%. Comparing base (d07b60f) to head (3c1a9ea).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #153      +/-   ##
==========================================
+ Coverage   96.02%   96.10%   +0.07%     
==========================================
  Files          48       48              
  Lines        3171     3209      +38     
==========================================
+ Hits         3045     3084      +39     
+ Misses        126      125       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dhdaines dhdaines changed the title Run field-specific pipelines in search (breaks bug-compatibility with lunr.js) Add option to run field-specific pipelines in search Sep 9, 2024
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.

Field-specific pipeline skips are not respected in search
3 participants