PINYIN - convert text to pinyin, can be used for sorting by pinyin:
a:=PINYIN($name:) sort:aGETINDEXEDPROPERTY - same as GETPROPERTY, but only indexed properties.
a:=PINYIN($name:) sort:aCode: Select all
a:=$width:*$height: add-column:aCode: Select all
a:=$width:*$height add-column:aCode: Select all
a:=$width*$height add-column:aCode: Select all
widthCode: Select all
heighta:=$width:*$height: add-column:aCode: Select all
\part\of\path\ *.jpg a:=$width:*$height: add-column:aCode: Select all
*.jpg a:=ELEMENT($dimensions:,"x",1)*ELEMENT($dimensions:,"x",2) add-column:a
Code: Select all
a:=ELEMENT($dimensions:,"x",1)*ELEMENT($dimensions:,"x",2)/1000000 add-column:a a-label:="MP"Add it as a bookmark.Can I save this column somehow to re-add it later to any search I need? I know I can bookmark the whole search.
mpmp:What would be the simplest method of formatting the numerical result to just 2 decimals?
a:=TEXT(ELEMENT($dimensions:,"x",1)*ELEMENT($dimensions:,"x",2)/1000000,"0.00") add-column:a a-label:="MP"Easiest way is to add images to your index height property.Regarding the height, I dug into Options -> Indexes -> Properties:
- width is not indexed
- height (the one with no values) is indexed but only for video files, with image files excluded
jpg;png;gif;webpI actually did it like this:a:=TEXT(ELEMENT($dimensions:,"x",1)*ELEMENT($dimensions:,"x",2)/1000000,"0.00") add-column:a a-label:="MP"
Code: Select all
a:=ELEMENT($dimensions:,"x",1)*ELEMENT($dimensions:,"x",2)/1000000 add-column:a a-format:0.00 a-label:="MP"This is what I tried to tell you: the property that showed the values, "width" is not indexed, at least I don't have it added in Options -> Indexes -> Properties. Unless this property is indexed by default, the "width" property is read from the search result files.Everything 1.5 doesn't show mixed indexed and unindexed information.
It's either one or the other.
Yes, butCan I filter "a" or "mp" higher/lower than value with "eval"?
aIf the property is not indexed, it is gathered from disk.how come "width" (which is not indexed) has values in the corresponding column?