-
Notifications
You must be signed in to change notification settings - Fork 98
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
✨ LibreX
for the search engine
#318
Milestone
Comments
6 tasks
The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md |
alamin655
added a commit
to alamin655/websurfx
that referenced
this issue
Dec 8, 2023
alamin655
added a commit
to alamin655/websurfx
that referenced
this issue
Dec 8, 2023
✨ feat(engine): provide librex search engine (neon-mmd#318)
alamin655
added a commit
to alamin655/websurfx
that referenced
this issue
Dec 8, 2023
alamin655
added a commit
to alamin655/websurfx
that referenced
this issue
Dec 8, 2023
alamin655
added a commit
to alamin655/websurfx
that referenced
this issue
Dec 8, 2023
✨ feat(engine): provide librex search engine (neon-mmd#318)
alamin655
added a commit
to alamin655/websurfx
that referenced
this issue
Dec 8, 2023
alamin655
added a commit
to alamin655/websurfx
that referenced
this issue
Dec 8, 2023
alamin655
added a commit
to alamin655/websurfx
that referenced
this issue
Dec 8, 2023
🔖 chore(release): bump the app version (neon-mmd#318)
alamin655
added a commit
to alamin655/websurfx
that referenced
this issue
Dec 8, 2023
alamin655
added a commit
to alamin655/websurfx
that referenced
this issue
Dec 8, 2023
✨ feat(engine): provide librex search engine (neon-mmd#318)
neon-mmd
added a commit
that referenced
this issue
Dec 9, 2023
* ✨ feat(engine): provide librex search engine (#318) * ✨ feat(engine): provide librex search engine (#318) * ✨ feat(engine): provide librex search engine (#318) * 🔖 chore(release): bump the app version (#318) * 🔖 chore(release): bump the app version (#318) * ✨ feat(engine): provide librex search engine (#318) * ✨ feat(engine): provide librex search engine (#429) Co-authored-by: neon_arch <[email protected]> * ✨ feat(engine): provide librex search engine (#429) Co-authored-by: neon_arch <[email protected]> * ✨ feat(engine): provide librex search engine (#429) Co-authored-by: neon_arch <[email protected]> * ✨ feat(engine): provide librex search engine (#429) * ✨ feat(engine): provide librex search engine (#429) * ✨ feat(engine): provide librex search engine (#429) * ✨ feat(engine): provide librex search engine (#429) Co-authored-by: neon_arch <[email protected]> --------- Co-authored-by: neon_arch <[email protected]>
github-project-automation
bot
moved this from Todo
to Done
in Task list for v2.0.0 release cycle
Dec 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide the
LibreX
search engine for thewebsurfx
search engine. To start working on this issue, you will need to create a new file with the name of the desired engine in the foldersrc/engines/
which is located under the codebase (websurfx
directory). Then in the file, just create a new struct with the name of the engine and then create twoimpl
blocks for the struct. One for implementing theSearchEngine
trait on it and the other for implementing theparsers
to be used for aggregating results.After that, just put the name of the desired engine in the match statement located here, make sure that the name of engine is in lowercase.
After that, just move to the config file which is located at
websurfx/
directory under the code base and then just edit the config file by including the name of the search engine here.After doing all the fore-mentioned steps, then we would suggest doing a thorough test to make sure everything works as intended and then submitting a PR.
The text was updated successfully, but these errors were encountered: