yeraydiazdiaz / lunr.py

A Python implementation of Lunr.js 🌖
http://lunr.readthedocs.io
MIT License
187 stars 16 forks source link

Add replace() and __getitem__ to pipeline #157

Open dhdaines opened 1 month ago

dhdaines commented 1 month ago

This allows one to more easily find registered functions (such as the broken language trimmers) in a pipeline and replace them (with less broken ones). Fixes #155