Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Company search is not working properly #1689

Closed
jazzirHussain opened this issue Oct 10, 2023 · 2 comments
Closed

[Bug] Company search is not working properly #1689

jazzirHussain opened this issue Oct 10, 2023 · 2 comments
Labels

Comments

@jazzirHussain
Copy link

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:

  • Go to - https://remoteintech.company/
  • Search for any company with only half of the name (eg: 10u)
  • It does not display the results for the searched company (10up)

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

Screenshots
problem1
problem2

@jazzirHussain
Copy link
Author

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

@dougaitken
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants