Reinforce description of order type 86/229586/1 accepted/tizen/5.5/unified/20200403.153225 submit/tizen_5.5/20200403.022244
authorMinje Ahn <minje.ahn@samsung.com>
Thu, 2 Apr 2020 06:02:27 +0000 (15:02 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Thu, 2 Apr 2020 06:02:27 +0000 (15:02 +0900)
Change-Id: Iea26aae3ce694840b9328f94dc1aaa986767df26
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include/media_filter.h
include_product/media_filter.h

index fb36316..0eeb85f 100755 (executable)
@@ -127,6 +127,10 @@ int media_filter_set_condition(filter_h filter, const char *condition, media_con
  * @brief Sets the media filter content @a order_type and @a order_keyword i.e. either descending or ascending.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
+ * @remarks If @a order_type set to #MEDIA_CONTENT_ORDER_OTHER, media_filter sorts by referring only to the value of @a order_keyword. \n
+ *          Therefore, @a order_keyword must include collation type and order type. \n
+ *          e.g. MEDIA_DISPLAY_NAME COLLATE NOCASE DESC, MEDIA_MODIFIED_TIME DESC
+ *
  * @param[in] filter The handle to the media filter
  * @param[in] order_type The search order type
  * @param[in] order_keyword The search order keyword
index fb36316..0eeb85f 100755 (executable)
@@ -127,6 +127,10 @@ int media_filter_set_condition(filter_h filter, const char *condition, media_con
  * @brief Sets the media filter content @a order_type and @a order_keyword i.e. either descending or ascending.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
+ * @remarks If @a order_type set to #MEDIA_CONTENT_ORDER_OTHER, media_filter sorts by referring only to the value of @a order_keyword. \n
+ *          Therefore, @a order_keyword must include collation type and order type. \n
+ *          e.g. MEDIA_DISPLAY_NAME COLLATE NOCASE DESC, MEDIA_MODIFIED_TIME DESC
+ *
  * @param[in] filter The handle to the media filter
  * @param[in] order_type The search order type
  * @param[in] order_keyword The search order keyword