Share » Forums » General » Search all the non translated articles?

Search all the non translated articles?

Search all the non translated articles?

Tuesday 14 November 2006 9:44:50 am - 1 reply

Author Message

Claudia Kosny

Tuesday 14 November 2006 2:06:11 pm

Hi Thomas

I don't know a fast way to do this but if you don't need the data very often you could:
- fetch all content objects and then fetch the available_languages attribute of each object to see what translations exist and filter all that are not translated or
- fetch all nodes, no matter whether translated or not, and then fetch all nodes that are translated into whatever language you want to check. Check the documentation of the content tree fetch function, if necessary. Then make an array_diff on the result to get all nodes that are not in the result of the second fetch.

If you need that information very often it might be worth it to track what the tree fetch function is actually doing when you fetch only_translated nodes. Maybe you can write your own extension which does the same but with a negated only_translated condition.

Good luck

Claudia

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu