Ticket #237 (closed enhancement: fixed)

Opened 2 years ago

Last modified 19 months ago

검색시 트랙백 검색 추가

Reported by: inureyes Owned by: inureyes
Priority: major Milestone: 1.5
Component: User Interfaces Version: 1.1
Keywords: Cc:
Release:

Description

개요

  • 검색시 트랙백의 내용을 검색해서 검색 결과에 보여준다.
  • 속도 문제가 생길 수 있으므로 당연히 스팸은 제낀다. 이 경우 역시 속도 문제가 있으므로 isFiltered 속성에 key를 걸어 주는 것이 좋을듯.

Change History

Changed 2 years ago by inureyes

  • component changed from API to User Interfaces

Changed 19 months ago by inureyes

  • owner changed from ?clay to inureyes
  • status changed from new to assigned
  • sandbox [3357]
  • skin단에서의 추가가 있음.
           <s_tblist>
                   <div class="searchTblist">
                       <h3>'[##_tblist_conform_##]'에 해당되는 트랙백 [##_tblist_count_##]건</h3>
                       <ol>
                           <s_tblist_rep>
                               <li>
                                   <span class="date">[##_tblist_rep_regdate_##]</span>
                                   <span class="name"><a href="[##_tblist_rep_link_##]">[##_tblist_rep_subject_##]</a></span>
                                   <div class="contents">[##_tblist_rep_body_##]</div>
                               </li>
                           </s_tblist_rep>
                       </ol>
                   </div>
               </s_tblist>

Changed 19 months ago by inureyes

  • status changed from assigned to closed
  • resolution set to fixed

[3358] Move to trunk / 1.5 tree.

Note: See TracTickets for help on using tickets.