-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
The exacturl:
operator does not always work.
Here we can see that the link https://developer.mozilla.org/en-US/
is in the index (I'm hovering the second result which shows the link):
But when searching for exacturl:https://developer.mozilla.org/en-US/
, there is no result:
exacturl:
is supposed to help debugging, so I believe it should be more reliable.
stract/docs/search_operators.md
Line 17 in 8ac40b0
* `exacturl:https://example.com` - Finds the page with exactly the specified URL. This is mostly used for debugging to see if a specific page is indexed. |
Maybe that is an issue with the trailing slash. Maybe because of the query_tokenizer
not being Identity
?
stract/crates/core/src/schema/text_field.rs
Lines 586 to 588 in 8ac40b0
fn query_tokenizer(&self, _: Option<&whatlang::Lang>) -> FieldTokenizer { | |
FieldTokenizer::Words(WordTokenizer::default()) | |
} |
This projects looks awesome!
Metadata
Metadata
Assignees
Labels
No labels