mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
게시글을 태그로 검색할때 tags table을 이용하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2915 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
95c53a9988
commit
bb065b6e77
4 changed files with 47 additions and 3 deletions
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
// 검색대상 변수 설정
|
||||
$search_target = Context::get('search_target');
|
||||
if(!in_array($search_target, array('title','content','title_content','comment'))) $search_target = 'title';
|
||||
if(!in_array($search_target, array('title','content','title_content','comment','tag'))) $search_target = 'title';
|
||||
|
||||
// 검색어 변수 설정
|
||||
$is_keyword = Context::get('is_keyword');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue