Skip to main content

Friendlier search when typing in relation fields

Project description

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runbot

Extends the name search feature to use additional, more relaxed matching methods, and to allow searching into configurable additional record fields.

The name search is the lookup feature to select a related record. For example, selecting a Customer on a new Sales order.

For example, typing “john brown” doesn’t match “John M. Brown”. The relaxed search also looks up for records containing all the words, so “John M. Brown” would be a match. It also tolerates words in a different order, so searching for “brown john” also works.

https://raw.githubusercontent.com/OCA/server-tools/11.0/base_name_search_improved/images/image0.png

Additionally, an Administrator can configure other fields to also lookup into. For example, Customers could be additionally searched by City or Phone number.

https://raw.githubusercontent.com/OCA/server-tools/11.0/base_name_search_improved/images/image2.png

How it works:

Regular name search is performed, and the additional search logic is only triggered if not enough results are found. This way, no overhead is added on searches that would normally yield results.

But if not enough results are found, then additional search methods are tried. The specific methods used are:

  • Try regular search on each of the additional fields

  • Try ordered word search on each of the search fields

  • Try unordered word search on each of the search fields

All results found are presented in that order, hopefully presenting them in order of relevance.

Table of contents

Configuration

The fuzzy search is automatically enabled on all Models. Note that this only affects typing in related fields. The regular search(), used in the top right search box, is not affected.

Additional search fields can be configured at Settings > Technical > Database > Models, using the “Name Search Fields” field.

Name Search Fields

Usage

Just type into any related field, such as Customer on a Sale Order.

Known issues / Roadmap

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Daniel Reis

Contributors

Other credits

The development of this module has been financially supported by:

  • Odoo Community Association

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

This module is part of the OCA/server-tools project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page