- **status**: in-progress --> review
- **Comment**:

Fixed on db/8197

Test the /nf/admin/search_users and /nf/admin/search_projects pages.  Now 
everything you enter should match, no matter the spaces or @s.  And wildcards 
should still work too.  `user test` will match `test user X` which isn't ideal, 
but you can manually add quotes if you want a literal match.

A more perfect solution I think would require changing many text fields in solr 
to string fields, e.g. `email_addresses_t` -> `_s` and `display_name_t` and 
`project_shortname_t` and `project_name_t` etc.  Those really aren't full text 
fields, just strings, and then escaping spaces with `\ ` might work.  But that 
would be a very big undertaking.



---

** [tickets:#8197] Site admin searches don't do full matches**

**Status:** review
**Milestone:** unreleased
**Created:** Fri Mar 30, 2018 05:08 PM UTC by Dave Brondsema
**Last Updated:** Fri Mar 30, 2018 05:08 PM UTC
**Owner:** Dave Brondsema


Searching for `john doe` doesn't match on "doe" at all.  And searching for 
`f...@bar.com` splits on the @ and matches on either part.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed 
to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.

Reply via email to