Using AND in logs Search and fetching these via an API
I want to use AND to search the logs with both the keywords, currently the logs search assumes OR when multiple keywords are given. I also want to fetch these logs via some API
5 Replies
Project ID:
42cb5f33-ac30-472f-be18-06847d544555
42cb5f33-ac30-472f-be18-06847d544555
"search keyword one" AND "search keyword two"
and you can fetch the logs with the deploymentLogs
query, docs for the api are here
https://docs.railway.app/reference/public-apiHmm, the default is actually AND not OR. Can you give an example of this not being the case?
I guess I must have not checked correctly