Vianney Mixtur
Vianney Mixtur
It's really frustrating not being able to use the library in a real python project because it cannot be installed through pip on windows. Please update the documentation to let...
**Describe the bug** There a several bugs in the documentation : - Broken links - Links not visible - Background only partially applied Below a few screenshots of the issue...
### Checks * [x] I added a descriptive title to this issue * [x] I have searched (google, github) for similar issues and couldn't find anything * [x] I have...
I tried with one of my private Notion table and it doest not work. I get a 404. Even when trying with the demo URL (https://rest-notion-db.herokuapp.com/page/1d595a4c3f9a4254b332587507e87267?v=43045489a1a44683b04154a85a562898&name=desc&limit=2) , I get a...
Thanks for the work, I have been a regular user for a over a year now and I think this amazing package could benefit from a better documentation with more...
- Copy what was done later on when interfacing Atlas Search. That is adding a description of the operator/stage - Add link to official mongo doc
Ex: ```python class Limit(Stage): value: Expression ```` would become ```python class Limit(Stage): value: Annotated[Expression, int] ```
- [ ] facets (stage) - [ ] literal (operator) - [ ] expr (operator) - [ ] queryString(search operator) NOTE : * expr is not an aggregation operator. It...