rochel3
CCConvex Community
•Created by rochel3 on 6/4/2024 in #support-community
Get Price highest to lowest with pagination query
for example if the user types Property, i want to find every post with property inside the title along in the paginated filter query above
17 replies
CCConvex Community
•Created by rochel3 on 6/4/2024 in #support-community
Get Price highest to lowest with pagination query
i cant use searchIndex together with withIndex
17 replies
CCConvex Community
•Created by rochel3 on 6/4/2024 in #support-community
Get Price highest to lowest with pagination query
im trying to combine all the filters into one function
17 replies
CCConvex Community
•Created by rochel3 on 6/4/2024 in #support-community
Get Price highest to lowest with pagination query
I also require title to be part of the filter, problem is i am unable to use withSearchindex to do the fuzzy search on all documents with similar titles, currently i am using
However, this only works if the title is EXACTLY the name parameter i search for, how do i work around this?
17 replies
CCConvex Community
•Created by rochel3 on 6/4/2024 in #support-community
Get Price highest to lowest with pagination query
got it, thank you so much ❤️
17 replies
CCConvex Community
•Created by rochel3 on 6/4/2024 in #support-community
Get Price highest to lowest with pagination query
It gives an error under res saying
Type 'Query<{ document: { _id: Id<"post">; _creationTime: number; title: string; src: string; description: string; location: string; pricing: number; categoryId: Id<"categories">; userId: Id<"users">; likes: number; interactions: number; }; fieldPaths: ExtractFieldPaths<...> | "_id"; indexes: { ...; }; searchIndexes: {}; ...' is missing the following properties from type 'QueryInitializer<{ document: { _id: Id<"post">; _creationTime: number; title: string; src: string; description: string; location: string; pricing: number; categoryId: Id<"categories">; userId: Id<"users">; likes: number; interactions: number; }; fieldPaths: ExtractFieldPaths<...> | "_id"; indexes: { ...; }; searchIn...': fullTableScan, withIndex, withSearchIndexts(2739)
17 replies
CCConvex Community
•Created by rochel3 on 6/4/2024 in #support-community
Get Price highest to lowest with pagination query
with this updated code, i no longer get it sorted by price, instead it sorts by creationTime
17 replies
CCConvex Community
•Created by rochel3 on 5/31/2024 in #support-community
pyTelegrambotAPI with convex, cant get image to be sent sometimes
Can i check if it is the correct practice to getUrl() everytime i need the image? Or is it better if i just store the URL
13 replies
CCConvex Community
•Created by rochel3 on 5/31/2024 in #support-community
pyTelegrambotAPI with convex, cant get image to be sent sometimes
I use getUrl() each time i use it
13 replies
CCConvex Community
•Created by rochel3 on 5/31/2024 in #support-community
pyTelegrambotAPI with convex, cant get image to be sent sometimes
@ballingt Nope i do not delete those seating charts. When i head to the old files that did not work and hovered over them , it still showed the correct image that was supposed to be sent
13 replies
CCConvex Community
•Created by rochel3 on 3/20/2024 in #support-community
Convex import causes telegram bot to not work.
sure! thanks
15 replies
CCConvex Community
•Created by rochel3 on 3/20/2024 in #support-community
Convex import causes telegram bot to not work.
I'll pm you the code
15 replies
CCConvex Community
•Created by rochel3 on 3/20/2024 in #support-community
Convex import causes telegram bot to not work.
Hmm it seems like the bot doesnt work at all even after the start command was given. Without the convex function it was able to run /start and print the message but after commenting it out it works
15 replies
CCConvex Community
•Created by rochel3 on 3/20/2024 in #support-community
Convex import causes telegram bot to not work.
This is the error:
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.telegram.org:443
DEBUG:urllib3.connectionpool:https://api.telegram.org/ "GET /bot6583121108:AAEx-N1Qu7g80kyxGiC-5qgkEG1SsKt87q0/getMe HTTP/1.1" 200 195
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.telegram.org:443
15 replies
CCConvex Community
•Created by rochel3 on 3/20/2024 in #support-community
Convex import causes telegram bot to not work.
@ballingt Give me a second let me send the code
15 replies
CCConvex Community
•Created by rochel3 on 3/20/2024 in #support-community
Convex import causes telegram bot to not work.
You would need to create a telegram bot using botfather and get the api key
15 replies
CCConvex Community
•Created by rochel3 on 3/20/2024 in #support-community
Getting specific column results
thanks man!
5 replies
CCConvex Community
•Created by rochel3 on 3/20/2024 in #support-community
Getting specific column results
Hey @Michal Srb thanks for the quick reply
This was my work around, im not sure if it is efficient
5 replies