mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
통합검색에 꼬리표(태그) 검색 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2912 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
485f1fb72e
commit
6078d78f0b
6 changed files with 9 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
'content' => 'Content',
|
||||
'title_content' => 'Subject+Content',
|
||||
'comment' => 'Comment',
|
||||
'tag' => 'Tags',
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
'content' => 'Contenido',
|
||||
'title_content' => 'Título+Contenido',
|
||||
'comment' => 'Commentarios',
|
||||
'tag' => 'Etiqueta',
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
'content' => '内容',
|
||||
'title_content' => 'タイトル+内容',
|
||||
'comment' => 'コメント',
|
||||
'tag' => 'タグ',
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
'content' => '내용',
|
||||
'title_content' => '제목+내용',
|
||||
'comment' => '댓글',
|
||||
'tag' => '꼬리표',
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
'content' => '内容',
|
||||
'title_content' => '标题+内容',
|
||||
'comment' => '评论',
|
||||
'tag' => '标签',
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue