-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's get rid of obj_label_tesim #4262
Comments
Andrew thinks this field is no longer needed, except:
As of Tues Nov 7, 2023, these are the uses in argo app code (there are additional uses in specs): collections_controller: def collection_exists?(title:, catalog_record_id:)
return false unless title || catalog_record_id
query = "_query_:\"{!raw f=#{SolrDocument::FIELD_OBJECT_TYPE}}collection\""
query += " AND #{SolrDocument::FIELD_LABEL}:\"#{title}\"" if title
if catalog_record_id in reports: (maybe don't need - shouldn't need a fallback from title?)
and later:
|
I wonder if we can do away with the field altogether. I couldn't figure out how to do that for
specs:
|
Andrew remains strongly in favor of getting rid of this field. |
I had to add it back in to qf for searching in order to make the reports specs ... but could we just use objectId_tesim instead?
Also: _tesim? analyzed as english text?
The text was updated successfully, but these errors were encountered: