Skip to content
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

Missing functionalities for newly added classes #6

Open
amirhouieh opened this issue Nov 27, 2023 · 0 comments
Open

Missing functionalities for newly added classes #6

amirhouieh opened this issue Nov 27, 2023 · 0 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@amirhouieh
Copy link
Member

We have recently added a couple of new classes including "TextDocument". I noticed that some functionalities like .select do not work with this class. I am not sure why as methods like select should probably work agnostic to the class.

so currently

         // return a broken query 

         textBlock.select(
                "document.TextDocument.mimeType"
            )

while

         // return a good query 
         textBlock.select(
                "document.GoogleDoc.mimeType"
            )

So i am wondering what the issue is and if there is a way to make these methods generic enough, so we do not have to adjustments everytime there is a new class added to the database.

@amirhouieh amirhouieh added bug Something isn't working question Further information is requested labels Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants