Closed (fixed)
Project:
Search API Exclude Entity
Version:
3.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2025 at 15:16 UTC
Updated:
22 Jul 2026 at 15:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ambot112 commentedCreated a patch to remove the indexName on array level.
Comment #3
ambot112 commentedComment #4
smustgrave commentedWould probably need exact steps. Just putting an empty check is usually masking a different issue
Comment #5
smustgrave commentedComment #6
knowak commentedI think I ran into a similar issue when I testing where I found that the content with the field and value I added was not being excluded.
After some debugging I found the fields in the config are not nested under the indexName. I have a single database backend/server and a single index .
Expecting:
config
> indexName
> fields
Reality:
config
> fields
The patch fixed the issue for me.
Comment #8
smustgrave commentedSmall change so I'll include.