-
Notifications
You must be signed in to change notification settings - Fork 2
User Story: search article
Seongmin Park edited this page Oct 9, 2019
·
2 revisions
As a SNUBot user who participate in community
I want to search keyword at article list
So that I can see whether previous suggestion exists or not.
- Search Type
- field label: Search Type
- field type: drop down
- field options: name, content, name/content
- default value: name
- Search Area
- field label: Search Keyword
- field type: Text Field
- textbox validation: more than 2 letters.
- Search button
- Label: Sort
- Action: Search the articles based on search keyword.
- at community boards pages, user can find
search type
,search input
,search button
form below articles. Form fields’ default values arename
andnull
each. - user clicks
name
onsearch type
. Then drop-down list appears and user can choose one of them. - user types text in
search input
field. - user clicks
search button
. - if input in
search input
is less than or equal to 2 letters, alert userneed keyword more than 2 letters
without redirecting or switching. - otherwise, search the articles based on given search keyword and search type.