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

Search inside collections & hierarchies #226

Closed
joepio opened this issue Dec 1, 2021 · 0 comments · Fixed by #519
Closed

Search inside collections & hierarchies #226

joepio opened this issue Dec 1, 2021 · 0 comments · Fixed by #519
Assignees
Labels
enhancement New feature or request server atomic-server

Comments

@joepio
Copy link
Member

joepio commented Dec 1, 2021

Full text search is now available on the entire scope, but it would be nice if it could be used in collections.

Also, in some branch of children, who share a parent.

In collections

  • Before indexing an item, check all collections, and store in which collections it appears. Very hard to invalidate and expensive...
  • Iterate over all items on query time, perform some fuzzy matching. Slow!

In hierarchies

We could store a list of Parent subjects in each full-text-search indexed resource. We could filter by parent to search in a hierarchy.

Implementation

@joepio joepio added enhancement New feature or request server atomic-server labels Dec 1, 2021
@joepio joepio changed the title Search inside collections Search inside collections & hierarchies Dec 17, 2021
Polleps added a commit that referenced this issue Oct 13, 2022
Polleps added a commit that referenced this issue Oct 13, 2022
Polleps added a commit that referenced this issue Oct 13, 2022
joepio pushed a commit that referenced this issue Oct 13, 2022
joepio added a commit that referenced this issue Oct 25, 2022
joepio added a commit that referenced this issue Oct 25, 2022
joepio added a commit that referenced this issue Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server atomic-server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants