Intelligent Fig
CCConvex Community
•Created by Intelligent Fig on 4/1/2024 in #general
I found this quick bug in the dashboard
My Chrome's incognito mode returns correct time as well. So it must be something to do with either my account info or some extensions.
I will figure this out later. thank you!
20 replies
CCConvex Community
•Created by Intelligent Fig on 4/1/2024 in #general
I found this quick bug in the dashboard
It is something to do with my browser (Chrome).
I just opened Convex dashbaord in my Safari browser and the logs are showing accurate time. (and even my safari's console statement
new Date().toLocaleString()
returned correct time.
So maybe i just need to update chrome to latest version or remove some extensions and see.20 replies
CCConvex Community
•Created by Intelligent Fig on 4/1/2024 in #general
I found this quick bug in the dashboard
I figured it out
20 replies
CCConvex Community
•Created by Intelligent Fig on 4/1/2024 in #general
I found this quick bug in the dashboard
20 replies
CCConvex Community
•Created by Intelligent Fig on 4/1/2024 in #general
I found this quick bug in the dashboard
Chrome
20 replies
CCConvex Community
•Created by Intelligent Fig on 4/1/2024 in #general
I found this quick bug in the dashboard
20 replies
CCConvex Community
•Created by Intelligent Fig on 4/1/2024 in #general
I found this quick bug in the dashboard
20 replies
CCConvex Community
•Created by Intelligent Fig on 4/1/2024 in #general
I found this quick bug in the dashboard
20 replies
CCConvex Community
•Created by Intelligent Fig on 4/1/2024 in #general
I found this quick bug in the dashboard
Interesting.
Yes, toLocaleString() returns one hour back as you said (01/04/2024, 21:18:56')
20 replies
CCConvex Community
•Created by Intelligent Fig on 4/1/2024 in #general
I found this quick bug in the dashboard
@Michal Srb
Thanks for fixing it. I also found another critical bug.
So I live in the in the UK, and the current time is 22:09. but when i trigger some function, the time in the dashbaord's logs appear to be 1 hour back (eg. 01/04/2024, 21:09:42).
It seems like Convex may not be considering the day light savings. so worth looking into it.
20 replies
CCConvex Community
•Created by Intelligent Fig on 3/22/2024 in #general
I can see some queries in my convex logs
Yep. I do
3 replies
CCConvex Community
•Created by Intelligent Fig on 3/7/2024 in #general
Vector search advanced filtering
That makes sense. Can we perform vector search on a specific set of documents? Let’s say you have an array of ids of convex documents, can we perform vector search only on those documents?
7 replies
CCConvex Community
•Created by Intelligent Fig on 3/7/2024 in #general
Vector search advanced filtering
Thanks for the input.
If you are looking to support advanced filtering, maybe prioritising 'and operator' will make a huge difference.
For example,
the below filter will filter the documents where one of the filters is matching but not both.
In a practical scenario, user should be able to input multiple filters (in this case, the user selects category and sub category dropdowns, and then proceeds to input a string in search bar).
So, support for something like below filter will be great:
7 replies
CCConvex Community
•Created by Intelligent Fig on 3/6/2024 in #general
Counting total table documents
Makes sense. Thanks!
3 replies