GithubHelp home page GithubHelp logo

Comments (6)

swanv avatar swanv commented on July 28, 2024

me too

from notion-py.

arapl3y avatar arapl3y commented on July 28, 2024

+1

from notion-py.

nabilridhwan avatar nabilridhwan commented on July 28, 2024

From what I see in the collection class:
get_rows was not expecting the search argument, maybe this was removed on release because of bugs?

    def get_rows(self):
        rows = []
        for row_id in self._client._store.get_collection_rows(self.id):
            row = self._client.get_block(row_id)
            row.__dict__["collection"] = self
            rows.append(row)
        return rows

from notion-py.

nabilridhwan avatar nabilridhwan commented on July 28, 2024

So, i created a temporary fix: #73 . However just note that if you were to use my fork, you'll have to manually get it inside your project file.

from notion-py.

Cobertos avatar Cobertos commented on July 28, 2024

Looks like there might be a new way to do it according to #30

from notion-py.

jamalex avatar jamalex commented on July 28, 2024

Old approach should be reinstated by #82 which will be in an upcoming release.

from notion-py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.