- Issue created by @sime
- Status changed to Needs work
about 1 year ago 6:41am 3 April 2024 - π¦πΊAustralia sime Melbourne
I've added the initial processor. Need to add tests. To use
- Create your content type, with EH field, and a couple of nodes etc.
- In your index, go to Processors tab, enabled "Parents" processor
- In the configuration of the processor, confirm your EH field name, (defaults to `parents` but you might have `field_parents` for example)
- In your Fields, in the General area, add Parents property. Give it a weird label because it's easier to find in Views etc.
- Index
- Make a view, add field, filter Search category, find your weirdly named field from above.
- You should see `nid, nid, nid` all parents including self, and empty if it has no children/parents. If the top level node is 9, you should see 9
- Add filter, set to a nid, should filter accordingly
- π¦πΊAustralia sime Melbourne
Since you have to add the property in the Fields screen, could getPropertyDefinitions() find all the EH fields (usually there is only one) and offer them all as properties and thus be zero configuration?
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
or could use a plugin deriver
- π¦πΊAustralia sime Melbourne
Dealer's choice, I can do that - i assume there's rarely more than one field (but assumptions assumptions...).
- π¦πΊAustralia sime Melbourne
I believe it should also be abstracted to cover any entity type, which also makes the deriver more practical?
- Issue was unassigned.
- π¦πΊAustralia sime Melbourne
I'm not sure if/when i can continue this as the project I was about to use it on has been deferred. Just un-assigning for now.