View Single Post
Old 03-15-2011, 01:52 PM   #2
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by arspr View Post
I've added two custom columns two my database (they're tags-like columns):
It is odd that the #original_language is a tag-like column, I would think it can't be both languages originally
Quote:
+ Language (#language). Language of the e-book (only "Spanish" or "English", I cannot read anything else )
+ Original Language (#original_language). The original Language of the book (much more languages used ).

Then my Translated e-books would be those where #language is not equal to #original_language.

How can I achieve this?
Code:
(#original_language:English AND #language:Spanish) OR (#language:English AND #original_language:Spanish)

Quote:
Thank you in advance.
You're welcome.
Starson17 is offline   Reply With Quote