remoteintech / remote-jobs

A list of semi to fully remote-friendly companies (jobs) in tech.
https://remoteintech.company/?utm_campaign=GitHub+bio&utm_source=github&utm_medium=bio&utm_content=textlink
Creative Commons Zero v1.0 Universal
29.78k stars 3.14k forks source link

[Bug] Company search is not working properly #1689

Closed jazzirHussain closed 1 year ago

jazzirHussain commented 1 year ago

The search functionality of the company will only yield the desired results when the complete name is entered. If not, it tends to display unrelated companies instead of the one intended. Please refer to the attached screenshots for further clarification.

To Reproduce Steps to reproduce the behavior:

Expected behavior The search results should include companies whose names contain the search term as a part of their name.

Screenshots problem1 problem2

jazzirHussain commented 1 year ago

If the issue is confirmed to be legitimate, please ensure that it is allocated to me.

dougaitken commented 1 year ago

Hi @jazzirHussain thanks for reporting, you're correct this is a bug on the front-end.

This is related to #1123 - it's because this doesn't have fuzzy search, i.e. it only searches full strings.

I'm wanting to move to Jekyll in the next week or so and this will include full search using lunr.js so I'm closing this purely because a solution is coming, not because it's not a proper bug.