Problem/Motivation
Some of the descriptions of the facet settings are not quite clear for users who don't yet know what these facets do, or could be shorter.
Proposed resolution
Edit the descriptions to make them more concise and consistent, and where possible use different wording then what is already used in the labels.
Remaining tasks
Make a patch with different wording
User interface changes
This is a UI text change, but does not change the UI otherwise.
API changes
none
Data model changes
none
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2872305-facet-settings-UI-texts-3.patch | 14.15 KB | ifrik |
| #6 | interdiff-2872305-3-6.txt | 2.13 KB | ifrik |
| #6 | 2872305-facet-settings-UI-text-6.patch | 14.79 KB | ifrik |
Comments
Comment #2
ifrikI'm working on that today.
Comment #3
ifrikI've worked through the UI texts of the Facet settings, with the exception of the "non-narrowing results" which are already in another patch.
I've tried to make the wording more concise so that users get the important bit of the description.
I've also made it more consistent:
Comment #5
borisson_Actually, this is wrong. This works for all kinds of results. Not just nodes.
So I think something like: "Exclude items depending on their raw or display value."
Not sure if raw/display value is something that we use in other parts of the UI, but it's what we call those things in code. ID/Title is too restrictive as this can be use on all kinds of data types (including booleans where you could filter on 0/Yes).
I realise that this was wrong before as well, but since we're updating it, let's make it correct.
/s/expamle/example/
Comment #6
ifrikThanks,
I fixed the two comments, and also changed the test that failed because I had edited an error message.
Comment #7
borisson_Committed, thanks so much for this. It's really nice to have help for this, having these descriptions now should make it easier to keep new labels/descriptions better.
Comment #9
ifrikI'm happy to help out with issues like this in future as well. Just ping me if there's any UI texts to look at.