|
If you want to add new filter condition for your desired field type in Appflowy. First you have to find the specific field type filter entity or create it if doesn't exist. Second, add your filter condition name in the field type conditions enum. Third in [services->field->type\_option->field\_type](https://github.com/AppFlowy-IO/AppFlowy/tree/e0ad364fa3e9da183698739e0661beef22b1728d/frontend/rust-lib/flowy-database2/src/services/field/type\_options), you have to determine how applying that filter condition should take effect. See the [`apply_filter`](https://github.com/AppFlowy-IO/AppFlowy/blob/e0ad364fa3e9da183698739e0661beef22b1728d/frontend/rust-lib/flowy-database2/src/services/field/type\_options/type\_option.rs#L116) method for each type option. |
Sentence Fragment – Incomplete conditional sentence & proper noun inaccuracy
Inaccurate:
If you want to add new filter condition for your desired field type in Appflowy.
Accurate:
If you want to add a new filter condition for your desired field type in AppFlowy,
Note:
There are many instances in the documentation where the f in AppFlowy is written in lowercase, but I could not fix it as it will be redundant. However, I did correct it here since it coincided with other errors that needed fixing.
Missing Comma & Article
Inaccurate:
First you have to find the specific field type filter entity or create it if doesn't exist.
Accurate:
First, you have to find the specific field type filter entity or create it if it doesn't exist.
AppFlowy-Docs/essential-documentation/contribute-to-appflowy/write-for-appflowy/drafts/draft-how-to-add-a-new-property-to-appflowy-database.md
Line 39 in cb1d8a0
Sentence Fragment – Incomplete conditional sentence & proper noun inaccuracy
Inaccurate:
If you want to add new filter condition for your desired field type in Appflowy.
Accurate:
If you want to add
anew filter condition for your desired field type inAppFlowy,Note:
There are many instances in the documentation where the
fin AppFlowy is written in lowercase, but I could not fix it as it will be redundant. However, I did correct it here since it coincided with other errors that needed fixing.Missing Comma & Article
Inaccurate:
First you have to find the specific field type filter entity or create it if doesn't exist.
Accurate:
First
,you have to find the specific field type filter entity or createitif it doesn't exist.