My group mates and I have a tiny argue on the definition of Refine, because it will affect the output of Last Search in basic task 6.
Is "Refine" a search? We got two interpretations:
It is just some filtering job in the current normal search result.
This will lead to the output of Last Searchonly contain the result of normal search.
Thus, if the current is the search in the very beginning, after Refine, Last Search returns nothing as what issue#80 stated.
https://github.com/khwang0/2018F-COMP3111/issues/80
It is a search among the current normal search result.
This will lead to the output of Last Search can contain the result of normal search and refine search.
Thus, if the current is the search in the very beginning, after Refine, Last Search returns the result of normal search.
Sorry for a silly-alike question again.
My group mates and I have a tiny argue on the definition of
Refine
, because it will affect the output ofLast Search
in basic task 6.Is "Refine" a search? We got two interpretations:
It is just some filtering job in the current normal search result. This will lead to the output of
Last Search
only contain the result of normal search. Thus, if the current is the search in the very beginning, afterRefine
,Last Search
returns nothing as what issue#80 stated. https://github.com/khwang0/2018F-COMP3111/issues/80It is a search among the current normal search result. This will lead to the output of
Last Search
can contain the result of normal search and refine search. Thus, if the current is the search in the very beginning, afterRefine
,Last Search
returns the result of normal search.Could you clarify this issue? Thank you!