CollegesChat / university-information

收集全国各高校招生时不会写明,却会实实在在影响大学生活质量的要求与细节
https://colleges.chat
2.33k stars 387 forks source link

Fix Chinese Search Bug #245

Open 7emotions opened 2 weeks ago

7emotions commented 2 weeks ago

Description

As discussed in #138 , at the moment searching with full university name does not work.

Bug Reproduce

As shown in the following figures, NJUST, for example, was included in the dataset, but no corresponding results were found in the search box.

image

image

Solution Effect

As shown in the following figure, NJUST, including its multiple campuses, has been correctly displayed.

image

In addition, searching suggestions are provided while typing.

image

PS: It occurs that some samples with too long title name are unable to be wriiten when building site. Thus, I take the liberty of filtering them out. However, in terms of results, all those samples filtered out are negative sample.

7emotions commented 1 week ago

@aisuneko