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
The search feature uses the search_words table in the data.sqlite database. There are columns for when searching with or without accents. There is a column for locations which has the id from the entries table with a weight following the index. The search results should be sorted by weight.
It should be done in a service worker so that it doesn't affect the performance of the display. There was significant work done for Scripture search. This DAB PWA should use the same type of techniques for good performance and responsiveness to the UI.
The Search UI has check boxes for "Match whole words" and "Match accents and tones". For the later, you should search the word column if checked and word_no_accents if not checked.
The text was updated successfully, but these errors were encountered:
The search feature uses the search_words table in the data.sqlite database. There are columns for when searching with or without accents. There is a column for locations which has the id from the entries table with a weight following the index. The search results should be sorted by weight.
Here is an example:
It should be done in a service worker so that it doesn't affect the performance of the display. There was significant work done for Scripture search. This DAB PWA should use the same type of techniques for good performance and responsiveness to the UI.
The Search UI has check boxes for "Match whole words" and "Match accents and tones". For the later, you should search the
word
column if checked andword_no_accents
if not checked.The text was updated successfully, but these errors were encountered: