Skip to content

Commit

Permalink
Bold a ridiculously important step
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel authored Apr 16, 2024
1 parent a0f0c07 commit e7e6983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-documentation/faceting.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Steps 1 and 2 add the field to the Solr index.
1. Click on the **+** next to "Taxonomy term". A bunch of subfields will appear.
1. Look for the field that contains "YOUR_FIELD:entity:name" and click on the "Add" button at the end of the bulleted point.
1. Click “Done.”
1. Find your newly added fields In the list, and ensure the "Type" of the new field is "string" so it can be compatible with Facets.
1. **Find your newly added fields In the list, and ensure the "Type" of the new field is "string" so it can be compatible with Facets.**
1. If the "Machine name" of the new field is generic, like "name_1", change it to be the same as the part of the "Property path" up to the first : (this will be the same as the field's machine name).
1. Click on the **Save changes** button.

Expand Down Expand Up @@ -67,4 +67,4 @@ At this point, searching for content that has facet values should cause the bloc
!!! note "Facets aren't necessarily searchable"
While this will create facets, the values that appear won't work (won't necessarily bring back any content) if you type them in the search box. This is because the fulltext search box uses only fulltext fields, and facets, as mentioned above, requires string fields.

If you want to be able to search for taxonomy term values and bring up the related nodes, you could either include the full rendered item for your content type, or you may wish to repeat step 2 for each entity reference field, and set the new fields to fulltext so that searching for term values brings back node results.
If you want to be able to search for taxonomy term values and bring up the related nodes, you could either include the full rendered item for your content type, or you may wish to repeat step 2 for each entity reference field, and set the new fields to fulltext so that searching for term values brings back node results.

0 comments on commit e7e6983

Please sign in to comment.