Actually since the `engine` column still exists would it be enough to have that along with the normalized engine name? So for "others" you can filter for that. It would be cleaner to have the normalized column be a determined set of values. We'll provide two udfs `strict_normalize_search_engine` and `normalize_search_engine` where `strict` will give `Other` and non-strict will give the unrecognized engine. Basically, the question I have is can we have `Other` in a `normalized_engine` column is all the search tables but provide a udf that can return the engine name instead?
Bug 1602019 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Actually since the `engine` column still exists would it be enough to have that along with the normalized engine name? So for "others" you can filter for that. It would be cleaner to have the normalized column be a determined set of values. We'll provide two udfs `strict_normalize_search_engine` and `normalize_search_engine` where `strict` will give `Other` and non-strict will give the unrecognized engine. Basically, the question I have is can we have `Other` in a `normalized_engine` column in all the search tables but provide a udf that can return the engine name instead?