You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working on a new search results window. It is mostly working but has more than a few problems which I might not be able to resolve by myself. I thought I would post my progress here to get some feedback about what others might find useful.
What currently works is:
Search hits now highlight correctly. That is, whole words are highlighted even when searching using the wildcard *
The results are broken down into By Book and By Word totals
Clicking the By Book book button changes to the Results list and scrolls to the selected book
By Word summary is presently based on the highlighted words. That makes sense sometimes but not so much for Strongs searches because, as can be seen, the highlighted words have a lot extra unneeded words.
To do:
The By Word button is supposed to filter the search results.
Cleanup the strongs words to try and get a more useful list (eg merge, 'will we prevail', 'prevailed', 'have prevailed' into the single word 'prevail'
Add more statistics?
PS: @tuomas2 , my recent comments about the need for a search list as well as a pseudo document search list is, I think, strengthened by this proposal. That is, having a standard dialog to show the results in also allows us to show stats like these. But perhaps, we could provide an option on the search form itself that allows the user to choose what search display he/she wants to see.
The text was updated successfully, but these errors were encountered:
I would imagine that implementing this UI too in js side would be easier (though perhaps this is not too difficult in android side either). Also, if implemented in js side, different views could be displayed at the same time, if different views are opened in separate windows (like links can be opened in a new window).
I have been working on a new search results window. It is mostly working but has more than a few problems which I might not be able to resolve by myself. I thought I would post my progress here to get some feedback about what others might find useful.
What currently works is:
To do:
PS: @tuomas2 , my recent comments about the need for a search list as well as a pseudo document search list is, I think, strengthened by this proposal. That is, having a standard dialog to show the results in also allows us to show stats like these. But perhaps, we could provide an option on the search form itself that allows the user to choose what search display he/she wants to see.
The text was updated successfully, but these errors were encountered: