-
Notifications
You must be signed in to change notification settings - Fork 200
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
AndBible crashes if a colon space is in the search.... #717
Comments
please obtain logcat with main menu - > report a bug |
Here is a logcat from the app after the |
Here is a logcat from matlog app: Hopefully one of these logs shows the problem. |
What should be the expected result? Empty result? |
Will be fixed in 379 |
will give empty result, because query is invalid according to Lucene search engine. |
How about for all Strong's searches strip all spaces from the entered
string in the background before search is executed.
So "strong: h3120" becomes "strong:h3120"
Or "strong:h 3120" --> strong:h3120"
…On Sat, Jun 13, 2020, 6:29 AM Tuomas Airaksinen ***@***.***> wrote:
will give empty result, because query is invalid according to Lucene
search engine.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#717 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALCBRMPXAQR4J5A6HX7KKBDRWN5L3ANCNFSM4N3URB5Q>
.
|
Could be, though I would be surprised if any users even know that such a syntax for strong searches is possible (I didn't know). |
I created issue feature request #726 that will make people be aware that such searching is possible and addresses this issue too. |
Running build 378:
Attempting to find the following caused the app to crash:
strong: h3341
Note that there is a space after the colon.
The text was updated successfully, but these errors were encountered: