hello team, if i want to add a particular field of...
# troubleshoot
l
hello team, if i want to add a particular field of an entity as filter/facet on search page, how would I do so?
a
Hi, we’ve got a future release that will address this with a new filtering interface, In the meantime can you try using advanced filters to filter by column name?
l
@astonishing-answer-96712 the use case is that we want some pre-determined columns showing up in the filter section of the search page. We actually want to use a modified search page instead of the default browse page and need some pre-determined columns with low cardinality as filters for easier browsing. My plan right now is to add
@Searchable
annotation in the PDL file for the entity, and thinking those columns will start showing in the filter section. is that doable?
Looks like its working for a string field with
fieldType
set to
TEXT_PARTIAL
on the
@Searchable
annotation but another field of type enum isn’t showing in the filters. The enum field has
fieldType
of
KEYWORD
a
Hi, thanks for your patience here- we’ve been out at a conference. @echoing-airport-49548 may be able to help you here
e
Hi @late-helicopter-99742, so what exactly is the issue? The filters aren’t appearing on the Search page?