Open aipnext opened 11 years ago
Unfortunately development has been a little slower on lunr than I would have liked, I've just moved half way round the world to start a new job so I haven't had as much time to spend on open source as I would normally!
Without making any promises, the following are features that I would like to add to lunr in the future:
Some of these are in progress, others are a bit further out. I'm always open to suggestions and pull-requests though for other features though, so if there is something specific you want to see, open an issue or a pull request. My goal is to keep lunr quite small and focused, and allow developers to easily extend it with whatever features they want through a simple plug-in interface.
Do you plan to incorporate following additional features as part of current or future plan?
Allow phrase searching as well as word matches Support use of wildcards Support for case-sensitive and case-insensitive Search Standard Boolean Search using AND / OR/ NOT Support for related terms or synonyms Support for auto-complete for search terms Enable proximity search (terms located near each other; e.g., within 2 words, not just exact matches) Provide fuzzy AND (for ranking)