Is there a difference between 0.21 linux and mac b...
# community-help
j
Is there a difference between 0.21 linux and mac builds? My dev machine is mac and productions servers are running .deb package installed as service. I have identical search index but are getting different results when using filter_by: “fieldname: 1”. My dev machine filters nicely but on production I’m getting 0 hits.
k
👋 They are built off the same release commit so should produce the same results. The only difference is that Mac build uses Apple Clang compiler, while Linux build uses GCC. However, I have not personally experience or heard of any deviation in the two builds. A lot of people use Mac for local development and Linux for deployment.