I was having some really weird issues where saving an objects term would only append the term and would not overwrite. I found out it had to do with the terms_clauses function which adds its own order sql. The problem is that when the original orderby is set to 'none' the SQL generated has two ending ASC.
Let me know if this doesn't make sense.
I was having some really weird issues where saving an objects term would only append the term and would not overwrite. I found out it had to do with the
terms_clausesfunction which adds its own order sql. The problem is that when the originalorderbyis set to 'none' the SQL generated has two endingASC.Let me know if this doesn't make sense.