I am using mssql express for ubuntu on docker. I just found that it does not support full text search. I believe the mssql express supports this, but found no way to enable this feature.
Here is the image I'm using.
image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu
I am passing express edition as environment as MSSQL_PID: "Express".
How can I have full text search installed on the same image ?