-
Notifications
You must be signed in to change notification settings - Fork 198
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
Near Search #2581
Labels
Comments
My proximity search works fine within verses but not across verses. That's
because I just implemented the built in jsword "~" search option. Searching
across verses would be better but we have to implement that ourselves.
…On Thu, 20 Apr 2023, 13:48 Tuomas Airaksinen, ***@***.***> wrote:
I believe that is supported by JSword already by fuzzy search so it should
be possible to implement. Maybe covered by @agrogers
<https://github.com/agrogers> #2019
<#2019>.
—
Reply to this email directly, view it on GitHub
<#2581 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKGTJW6YHSLVOEOGDQL7JLXCDPNPANCNFSM6AAAAAAXEM4EZ4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Fuzzy search allows searching for words that are similar in spelling to the
provided word. I have found it less useful - helpful when I can't remember
how to spell someone's name.
…On Sat, 22 Apr 2023, 18:14 Andrew Rogers, ***@***.***> wrote:
My proximity search works fine within verses but not across verses. That's
because I just implemented the built in jsword "~" search option. Searching
across verses would be better but we have to implement that ourselves.
On Thu, 20 Apr 2023, 13:48 Tuomas Airaksinen, ***@***.***>
wrote:
> I believe that is supported by JSword already by fuzzy search so it
> should be possible to implement. Maybe covered by @agrogers
> <https://github.com/agrogers> #2019
> <#2019>.
>
> —
> Reply to this email directly, view it on GitHub
> <#2581 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ADKGTJW6YHSLVOEOGDQL7JLXCDPNPANCNFSM6AAAAAAXEM4EZ4>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On occasions I want to search specifically, and want to specify words that can appear amoung a group of verses.
I had one encyclopedia-like program that let me write A NEAR B for eight or fewer apart - that allowed me to specify duplicate words too.
The text was updated successfully, but these errors were encountered: