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

test idea search tests #106

Open
clach04 opened this issue Dec 18, 2023 · 0 comments
Open

test idea search tests #106

clach04 opened this issue Dec 18, 2023 · 0 comments

Comments

@clach04
Copy link
Owner

clach04 commented Dec 18, 2023

See #19 number 15.

Assuming:

python3 -m puren_tonbo.tools.ptig puren_tonbo/tests/demo_notes

Some sample grep/regex searches are in readme:

  • King and king, caseless searches
    • for file name
    • for content

For full text search FTS, allow searching for domain names, may require parsing/index changes. For example, for a simple file, named do not call.txt with content:

do not call

https://www.donotcall.gov/ is a North American government website.

Search for:

Also search, frog and frogs. Without Porter stemming, get no hits for singular. See #127

TODO determine AND search with at least 2 words. Ideally words not next to each other?

https://www.sqlite.org/fts5.html#fts5_column_filters

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

No branches or pull requests

1 participant