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
Two things we could improve in keyboard search. Neither of them are high priority.
Search c:id:in gives disordered weighting due to multi-language keyboards which get exaggerated weights.
-- could use max(weight) instead of sum(weight) in f_keyboard_search_results but that reduces most searches to
a very simplistic popularity index. Needs discussion.
Can we merge with the f_keyboard_search patterns sp_keyboard_Search_by_legacy_id, by_id, by_language_bcp47_tag?
The text was updated successfully, but these errors were encountered:
Two things we could improve in keyboard search. Neither of them are high priority.
c:id:in
gives disordered weighting due to multi-language keyboards which get exaggerated weights.-- could use
max(weight)
instead ofsum(weight)
inf_keyboard_search_results
but that reduces most searches toa very simplistic popularity index. Needs discussion.
f_keyboard_search
patternssp_keyboard_Search_by_legacy_id
,by_id
,by_language_bcp47_tag
?The text was updated successfully, but these errors were encountered: