Follow up: Update FastSearch
instance instead of recreating it on data change in SearchRouter
#51150
Labels
Monthly
KSv2
This is a follow up from this PR:
which was created for this issue ticket originally:
This is a follow up task. In the PR we implemented a new tree structure to enable faster searches. Right now for every data change we create a new
FastSearch
instance which is quite inefficient. We want to:FastSearch
instance once, and update it on data changesFastSearch
instance is quite disconnected from theOptionListUtils
. We should see if we can consolidate theFastSearch
andOptionListUtils
.OptionListUtils
is servingThe text was updated successfully, but these errors were encountered: