-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot filter Content Item by ContentField (Text,Boolean,Number ...) in GraphQL #7047
Comments
Maybe bindings are missing for the SQL indexes. /cc @carlwoodhouse and @Skrypt if you know that it's actually missing |
Pretty sure your right ..
As far I know there aren’t any. Can’t say 100% as I haven’t done much with
actual fields but I don’t remember seeing any and def didn’t write the code
for any.
…On Thu, 10 Sep 2020 at 19:02, Sébastien Ros ***@***.***> wrote:
Maybe bindings are missing for the SQL indexes.
/cc @carlwoodhouse <https://github.com/carlwoodhouse> and @Skrypt
<https://github.com/Skrypt> if you know that it's actually missing
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7047 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADRUEEVY3JTJL7EBF2YC33SFEICJANCNFSM4RBE5FQA>
.
|
When we built that SQL Indexing feature it was meant for using SQL Queries only as the GraphQL module was still in a non-merged PR if I remember well. Never coded the bindings for GraphQL. So if I understand well it would need to allow to add extra fields from a custom index which match or doesn't match an actual OC Content Type field. I need to understand how we bind these in GraphQL. |
Related, alternative for exposing SQL Queries instead: #16008. |
This was duplicated by #12781 but since that has two corresponding PRs and some more context, I'm closing this one. |
I have add some file into Content and enabled the
Content Fields Indexing (SQL)
module, sitll only have ContentItem's internal field's filter, so this module only work withSQl Query
feature andsession.Query<ContentItem's >().With<TextFieldIndex>()...
API ?The text was updated successfully, but these errors were encountered: