Congrats on the release!
Suggestion: Lots of folks I work with want their members-only content indexed. Sometimes only the public preview, but more often the whole thing. I think from a quick look at your code that you're only indexing public content, right? Thoughts:
- Documentation could be clearer about that -- some folks who publish mostly for members might need a different solution.
- Consider indexing everything, if TypeSense allows returning only snippets. (Members only posts in search results are good lead magnets, I'm told.)
2b) If it isn't possible to protect indexed content by snippeting, consider indexing everything up to the preview line if there is one, or indexing the title & excerpt if not.
Congrats on the release!
Suggestion: Lots of folks I work with want their members-only content indexed. Sometimes only the public preview, but more often the whole thing. I think from a quick look at your code that you're only indexing public content, right? Thoughts:
2b) If it isn't possible to protect indexed content by snippeting, consider indexing everything up to the preview line if there is one, or indexing the title & excerpt if not.