AndBible / and-bible

AndBible: Bible Study
https://andbible.org
GNU General Public License v3.0
595 stars 197 forks source link

Searching for verses with Strongs’ numbers #2582

Open Noitarud opened 1 year ago

Noitarud commented 1 year ago

I would like to search for numbers, if its implemented show me how do I locate verses with "5315" and "blood"?

bvahedy commented 1 year ago

In the find window type: strong:H5315

tuomas2 commented 1 year ago

I believe this is covered on some ticket already but some sort of UI for this should be done.

bvahedy commented 1 year ago

I agree. You could add a check box for Strong's to the existing selection on find window and if it's checked, it adds the "strong:" behind the scene. Then if the user selects OT on the radio buttons programmatically you can prefix the number with "H" and "G" for NT. This way the user just enters the number in the search window.

agrogers commented 1 year ago

I implemented this 18 months ago. You can see my attempt here: https://github.com/AndBible/and-bible/pull/2019

Although I think it is good to have, I rarely use it.


www.TenOutOfTen.org https://www.TenOutOfTen.org @.*** (+61) 0477 174 193 (Australia) (+95) 09 250018669 (Myanmar)

On Thu, 20 Apr 2023 at 21:45, Ben @.***> wrote:

I agree. You could add a check box for Strong's to the existing selection on find window and if it's checked, it adds the "strong:" behind the scene. Then if the user selects OT on the radio buttons programmatically you can prefix the number with "H" and "G" for NT. This way the user just enters the number in the search window.

— Reply to this email directly, view it on GitHub https://github.com/AndBible/and-bible/issues/2582#issuecomment-1516514325, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKGTJQJNEVOIKMHZTEDIU3XCFHJ5ANCNFSM6AAAAAAXENUGGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

bvahedy commented 1 year ago

It would be good If we could implement at least the Strong's search portions of your mods into the alpha build.

Noitarud commented 1 year ago

Excellent.

Could have a button "strongs reference" and that could then paste in "strong:" and a pop up message to tell to preface a H(ebrew) or G(reek). Since that is probably not the only one (link please of others), have a "tools" drop-down with it and the others.

Noitarud commented 1 year ago

I will note one minor bug if its going to be left as is: "strong:1234" only works if the user interface does not auto-capitalise the first letter of the search box.

Noitarud commented 1 month ago

My last post disappeared? It said if I selected a verse in a (strongs) search, then from another window made another strongs search then back out/select there, then pressed back on the first mentioned window I would see the objects of the second search highlighted (if they happen to be there) instead - can be useful but thought to note it.

The reason for today's post is it will not highlight if number H3068 was the search object.