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

ixx: swap backend to ixx #115

Merged
merged 12 commits into from
Oct 21, 2024
Merged

ixx: swap backend to ixx #115

merged 12 commits into from
Oct 21, 2024

Conversation

MarcelCoding
Copy link
Member

@MarcelCoding MarcelCoding commented Oct 12, 2024

closes #24
closes #84
closes #105

package.json Outdated Show resolved Hide resolved
pnpm-lock.yaml Outdated Show resolved Hide resolved
src/app/core/components/search/search.component.ts Outdated Show resolved Hide resolved
map(index => {
return index ? (query && query.length > 0 ? index.search(query, 500).map(option => {
const opt = ({ idx: option.idx(), name: option.name() });
// option.free();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C + typescritp + rust 😂

Copy link
Member Author

@MarcelCoding MarcelCoding Oct 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the documentation free should be called when the struct is not needed anymore but calling free results in some pointer error... Need to look into this

src/app/core/data/search.service.ts Outdated Show resolved Hide resolved
@MarcelCoding MarcelCoding force-pushed the ixx branch 13 times, most recently from fc08a9c to aaec27f Compare October 14, 2024 09:27
@MarcelCoding MarcelCoding marked this pull request as ready for review October 14, 2024 09:28
@MarcelCoding MarcelCoding changed the title ixx: init ixx: swap backend to ixx Oct 14, 2024
@MarcelCoding MarcelCoding force-pushed the ixx branch 3 times, most recently from 22fcb42 to a5e3725 Compare October 14, 2024 10:45
@github-actions github-actions bot requested a deployment to nuschtos-search (Preview) October 14, 2024 10:48 Abandoned
@github-actions github-actions bot requested a deployment to nuschtos-search (Preview) October 14, 2024 10:56 Abandoned
flake.nix Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve index Add option to filter by scope Markdown bullet list not rendered
2 participants