cozydev-pink / protosearch

prototype search library in pure scala
https://cozydev-pink.github.io/protosearch/
Apache License 2.0
9 stars 5 forks source link

Support for regex queries #188

Closed VigneshSK17 closed 3 months ago

VigneshSK17 commented 3 months ago

As mentioned in #35

VigneshSK17 commented 3 months ago

@valencik I finished added the changes you mentioned along with merging the latest changes from main and making changes accordingly. Please let me know if there's anything else I need to fix.

valencik commented 3 months ago

@VigneshSK17 Sorry for the delay, I should have some time to review and comment on this, this evening.

VigneshSK17 commented 3 months ago

No worries. I had to push a few extra changes to satisfy the CI checks but hopefully this covers all the necessary changes!

VigneshSK17 commented 3 months ago

@valencik Sorry for bumping on this thread, but I was looking at the Scaladoc Search in Protosearch project idea and had a few questions about the project idea.

  1. Would we be utilizing Lucille to parse Scaladocs? It seems like there is no functionality for that as of right now.
  2. How would this functionality be integrated into the in-browser search? Couldn't find too much on that matter

These questions would help me greatly with creating my proposal for Google Summer of Code. Thank you!

valencik commented 3 months ago

Hey @VigneshSK17 let's tackle these questions in https://github.com/cozydev-pink/protosearch/issues/203